From 5174d9ccc6045c39f6c44d6843ac829f6052a47d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 11 Mar 2022 17:56:09 +0100 Subject: [PATCH] 1.2.20 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30df21f..c7911d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gitzone/tsrun", - "version": "1.2.19", + "version": "1.2.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gitzone/tsrun", - "version": "1.2.19", + "version": "1.2.20", "license": "MIT", "dependencies": { "@pushrocks/smartfile": "^9.0.6", diff --git a/package.json b/package.json index e997cc2..5a4cd03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gitzone/tsrun", - "version": "1.2.19", + "version": "1.2.20", "description": "run typescript programs efficiently", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",