We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7be91f commit b5536e1Copy full SHA for b5536e1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-run-script",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Run a script on multiple repositories, cloning them if needed.",
5
"main": "dist/index.js",
6
"type": "commonjs",
@@ -12,7 +12,7 @@
12
"lint-fix": "prettier --write . && eslint . --ext .ts --fix"
13
},
14
"bin": {
15
- "github-copy-secrets": "./dist/index.js"
+ "github-run-script": "./dist/index.js"
16
17
"repository": {
18
"type": "git",
0 commit comments