This commit is contained in:
Philipp Kunz 2018-07-09 00:00:08 +02:00
parent 7e8fe1bcba
commit 8e2695a06f
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.1.1",
"version": "1.1.2",
"description": "run typescript programs efficiently",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -24,4 +24,4 @@
"typescript": "^2.9.1"
},
"private": false
}
}