Skip to content

Commit a3069fd

Browse files
committed
Fix path in package.json
1 parent f65904a commit a3069fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"version": "./script/version-bump.js",
10+
"version": "node ./scripts/version-bump.js",
1111
"precommit": "lint-staged"
1212
},
1313
"keywords": [

0 commit comments

Comments
 (0)