Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5536e1

Browse files
committed
Fix script name
1 parent e7be91f commit b5536e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-run-script",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Run a script on multiple repositories, cloning them if needed.",
55
"main": "dist/index.js",
66
"type": "commonjs",
@@ -12,7 +12,7 @@
1212
"lint-fix": "prettier --write . && eslint . --ext .ts --fix"
1313
},
1414
"bin": {
15-
"github-copy-secrets": "./dist/index.js"
15+
"github-run-script": "./dist/index.js"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)