Skip to content

Commit

Permalink
Merge pull request #1353 from LinusU/npm-files
Browse files Browse the repository at this point in the history
Explicitly list files to be included in package
  • Loading branch information
LinusU committed Jan 15, 2019
2 parents c68d042 + 73c29a9 commit b968c8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
},
"files": [
"binding.gyp",
"lib/",
"src/",
"util/"
],
"dependencies": {
"nan": "^2.12.1",
"node-pre-gyp": "^0.11.0"
Expand Down

0 comments on commit b968c8a

Please sign in to comment.