Skip to content

Commit 4749cb9

Browse files
committed
feat(bin): add jq.node as an alias for jq
1 parent 5d05c7b commit 4749cb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
]
1616
},
1717
"bin": {
18-
"jq": "./jq"
18+
"jq": "./jq",
19+
"jq.node": "./jq"
1920
},
2021
"scripts": {
2122
"test": "mocha $(find src -name '*.test.js')",

0 commit comments

Comments
 (0)