diff --git a/package-lock.json b/package-lock.json index ce68118..2fc5426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tsc-watch", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tsc-watch", - "version": "6.2.0", + "version": "6.2.1", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", diff --git a/package.json b/package.json index b07b882..26a7717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsc-watch", - "version": "6.2.0", + "version": "6.2.1", "description": "The TypeScript compiler with onSuccess command", "scripts": { "clean": "rimraf dist && rimraf tmp",