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.
1 parent a09d343 commit e8ccf88Copy full SHA for e8ccf88
package.json
@@ -20,6 +20,11 @@
20
"testnodenv": "test/nodenv",
21
"test": "test"
22
},
23
+ "files": [
24
+ "bin",
25
+ "etc",
26
+ "libexec"
27
+ ],
28
"scripts": {
29
"lint": "git ls-files bin etc libexec test/*.bash | xargs shellcheck",
30
"pretest": "[ -d $npm_package_directories_testnodenv ] || git clone --quiet --depth 1 https://github.com/nodenv/nodenv $npm_package_directories_testnodenv",
0 commit comments