Compare commits

...

2 Commits

Author SHA1 Message Date
bf7a2c9146 1.0.44 2020-05-22 07:58:02 +00:00
1a4ada879d fix(core): update 2020-05-22 07:58:01 +00:00
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@gitzone/tswatch",
"version": "1.0.43",
"version": "1.0.44",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,10 +1,10 @@
{
"name": "@gitzone/tswatch",
"version": "1.0.43",
"version": "1.0.44",
"private": false,
"description": "watch typescript projects during development",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"bin": {