Skip to content

Commit d762c39

Browse files
committed
✨ v1.0.0
1 parent d1d08c4 commit d762c39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@gabsf-dev/run-script",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "The effortlessly way to run your package.json scripts",
55
"main": "./dist/index.js",
66
"bin": {
77
"run-script": "./dist/index.js"
88
},
99
"scripts": {
10-
"publish": "npm run build && npm publish --access public",
1110
"build": "npx tsc",
1211
"test": "jest"
1312
},

0 commit comments

Comments
 (0)