Skip to content

Commit a6a8aed

Browse files
authored
Merge pull request #15 from nodenv/npm-package
Minimal npm package tarball
2 parents 3d4ae82 + 8a514e8 commit a6a8aed

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@
1515
"bugs": {
1616
"url": "https://github.com/nodenv/nodenv-nvmrc/issues"
1717
},
18+
"directories": {
19+
"bin": "bin",
20+
"test": "test"
21+
},
22+
"files": [
23+
"bin",
24+
"etc"
25+
],
1826
"scripts": {
27+
"start": "bin/nodenv-nvmrc",
1928
"test": "bats ${CI:+--tap} test",
2029
"docker:test": "docker run -it --rm -v $PWD:/nodenv-nvmrc node:16 /bin/sh -c 'cd nodenv-nvmrc; npm it'",
2130
"postversion": "git push --follow-tags"

0 commit comments

Comments
 (0)