diff --git a/package-lock.json b/package-lock.json index 22db89a..784fd08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gitzone/tsrun", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee7970c..594b77f 100644 --- a/package.json +++ b/package.json @@ -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 -} \ No newline at end of file +}