Skip to content

Commit 6b2c607

Browse files
committed
Merge branch 'fix-bin-wrapper' into beta
* fix-bin-wrapper: fix: change bin field as well
2 parents 32c1c0a + 51b1684 commit 6b2c607

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
@@ -8,7 +8,7 @@
88
"url": "https://github.com/sanack/node-jq"
99
},
1010
"bin": {
11-
"node-jq": "bin/node-jq.cjs"
11+
"node-jq": "bin/node-jq"
1212
},
1313
"scripts": {
1414
"pretest": "npm run install-binary",

0 commit comments

Comments
 (0)