diff --git a/package-lock.json b/package-lock.json index 29e6ed0..61be5fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@gitzone/tsrun", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ca5e881..a7d66a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitzone/tsrun", - "version": "1.1.9", + "version": "1.1.10", "description": "run typescript programs efficiently", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -25,4 +25,4 @@ "typescript": "^3.0.1" }, "private": false -} \ No newline at end of file +}