Skip to content

Commit 1fe42ef

Browse files
authored
Merge pull request #12 from pkgjs/fix-bin
Reference the bin
2 parents 57d2988 + ca5ad29 commit 1fe42ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "detect-node-support",
33
"version": "0.0.0-development",
44
"description": "List the Node.js versions supported by the package/repository",
5+
"bin": {
6+
"detect-node-support": "./bin/detect-node-support"
7+
},
58
"files": [
69
"bin",
710
"lib"

0 commit comments

Comments
 (0)