Skip to content

Commit e8ccf88

Browse files
committed
include files explicitly in npm tarball
1 parent a09d343 commit e8ccf88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"testnodenv": "test/nodenv",
2121
"test": "test"
2222
},
23+
"files": [
24+
"bin",
25+
"etc",
26+
"libexec"
27+
],
2328
"scripts": {
2429
"lint": "git ls-files bin etc libexec test/*.bash | xargs shellcheck",
2530
"pretest": "[ -d $npm_package_directories_testnodenv ] || git clone --quiet --depth 1 https://github.com/nodenv/nodenv $npm_package_directories_testnodenv",

0 commit comments

Comments
 (0)