This commit is contained in:
Philipp Kunz 2019-03-02 23:03:06 +01:00
parent 98cde0edb4
commit 460babd675
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.2.0",
"version": "1.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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