diff --git a/package-lock.json b/package-lock.json index b6f1d2f..3f896f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-run-interactive", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-run-interactive", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "enquirer": "^2.3.6", diff --git a/package.json b/package.json index 86ae1d9..0dfc632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-run-interactive", - "version": "1.1.0", + "version": "1.2.0", "description": "Run your npm scripts with the help of an interactive dialog", "bin": { "nri": "src/cli.js"