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", diff --git a/package.json b/package.json index ee8bb02..e3557dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-run-script", - "version": "1.0.1", + "version": "1.0.2", "description": "Run a script on multiple repositories, cloning them if needed.", "main": "dist/index.js", "type": "commonjs", diff --git a/src/cli.ts b/src/cli.ts index c752086..3c050bd 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -16,7 +16,7 @@ const cli = sade("github-run-script