Skip to content

Commit 90db883

Browse files
authored
Merge pull request #10 from pkgjs/publish-config
Limit the published files
2 parents 93247f7 + eda90e3 commit 90db883

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)