This commit is contained in:
Philipp Kunz 2018-07-25 20:56:42 +02:00
parent 64643b500f
commit d9c37f07c3
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "tsn", "name": "tsn",
"version": "2.0.15", "version": "2.0.16",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "tsn", "name": "tsn",
"version": "2.0.15", "version": "2.0.16",
"private": false, "private": false,
"description": "TypeScript nightly to easily make use of latest features", "description": "TypeScript nightly to easily make use of latest features",
"main": "dist/index.js", "main": "dist/index.js",
@ -34,4 +34,4 @@
"@pushrocks/tapbundle": "^3.0.1", "@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.3" "@types/node": "^10.5.3"
} }
} }