diff --git a/package-lock.json b/package-lock.json index 353bf4d..da5b8c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tsc-watch", - "version": "6.0.4", + "version": "6.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tsc-watch", - "version": "6.0.4", + "version": "6.0.5", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index 868f09a..0a12520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsc-watch", - "version": "6.0.4", + "version": "6.0.5", "description": "The TypeScript compiler with onSuccess command", "scripts": { "clean": "rimraf dist && rimraf tmp",