diff --git a/package-lock.json b/package-lock.json index 8a866ed..93f1085 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gitzone/tsrun", - "version": "1.2.12", + "version": "1.2.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gitzone/tsrun", - "version": "1.2.12", + "version": "1.2.13", "license": "MIT", "dependencies": { "@pushrocks/smartfile": "^8.0.10", diff --git a/package.json b/package.json index ee2ee64..de68b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitzone/tsrun", - "version": "1.2.12", + "version": "1.2.13", "description": "run typescript programs efficiently", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -41,4 +41,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}