Skip to content

Commit 75b06ae

Browse files
authored
Merge pull request #472 from mareknovotny/v3.5.7-fix
ran 'npm pkg fix' as recommended by npm publish
2 parents b2e255b + 41dee1c commit 75b06ae

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
"license": "ISC",
88
"private": false,
99
"bin": {
10-
"build-chain": "./build/index.js"
10+
"build-chain": "build/index.js"
1111
},
1212
"scripts": {
1313
"build": "run-p build:*",

0 commit comments

Comments
 (0)