We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93247f7 + eda90e3 commit 90db883Copy full SHA for 90db883
package.json
@@ -2,6 +2,10 @@
2
"name": "detect-node-support",
3
"version": "0.0.0-development",
4
"description": "List the Node.js versions supported by the package/repository",
5
+ "files": [
6
+ "bin",
7
+ "lib"
8
+ ],
9
"main": "lib/index.js",
10
"scripts": {
11
"test-cli": " while read p; do echo \"./bin/detect-node-support $p\"; ./bin/detect-node-support $p; done < ./test/cli-test.txt",
0 commit comments