diff --git a/package-lock.json b/package-lock.json index 2fd9317..0058485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-run-script", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-run-script", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "array-string-map": "^3.0.0", @@ -14,7 +14,7 @@ "sade": "^1.8.1" }, "bin": { - "github-copy-secrets": "dist/index.js" + "github-run-script": "dist/index.js" }, "devDependencies": { "@types/chai": "^4.3.1",