Skip to content

Commit eda90e3

Browse files
committed
build: limit the published files
1 parent 93247f7 commit eda90e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "detect-node-support",
33
"version": "0.0.0-development",
44
"description": "List the Node.js versions supported by the package/repository",
5+
"files": [
6+
"bin",
7+
"lib"
8+
],
59
"main": "lib/index.js",
610
"scripts": {
711
"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

Comments
 (0)