We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d2988 commit ca5ad29Copy full SHA for ca5ad29
package.json
@@ -2,6 +2,9 @@
2
"name": "detect-node-support",
3
"version": "0.0.0-development",
4
"description": "List the Node.js versions supported by the package/repository",
5
+ "bin": {
6
+ "detect-node-support": "./bin/detect-node-support"
7
+ },
8
"files": [
9
"bin",
10
"lib"
0 commit comments