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 d1d08c4 commit d762c39Copy full SHA for d762c39
package.json
@@ -1,13 +1,12 @@
1
{
2
"name": "@gabsf-dev/run-script",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "The effortlessly way to run your package.json scripts",
5
"main": "./dist/index.js",
6
"bin": {
7
"run-script": "./dist/index.js"
8
},
9
"scripts": {
10
- "publish": "npm run build && npm publish --access public",
11
"build": "npx tsc",
12
"test": "jest"
13
0 commit comments