Navigation Menu

Skip to content

Commit

Permalink
Add files field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Oct 16, 2017
1 parent 160b26f commit 941982f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Expand Up @@ -27,6 +27,17 @@
"dependencies": {
"nan": "^2.7.0"
},
"files": [
"README.md",
"binding.gyp",
"examples",
"lib/nroonga.js",
"license",
"npm-shrinkwrap.json",
"package.json",
"src",
"test"
],
"scripts": {
"install": "node-gyp rebuild",
"lint": "standard",
Expand Down

0 comments on commit 941982f

Please sign in to comment.