Skip to content

Commit

Permalink
Fix make package
Browse files Browse the repository at this point in the history
Include loaders to package files.
  • Loading branch information
fanatid committed Dec 28, 2019
1 parent 18befd9 commit 0bb37a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ package_include_dirs = \
src
package_include_files = \
binding.gyp \
bindings.js \
index.js \
js.js \
LICENSE \
package.json \
README.md
Expand Down
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
"contributors": [
"Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
],
"files": [
"lib",
"prebuilds",
"src",
"binding.gyp",
"bindings.js",
"index.js",
"js.js"
],
"main": "./index.js",
"browser": {
"./index.js": "./js.js"
Expand Down

0 comments on commit 0bb37a6

Please sign in to comment.