Browse Source

Use files in package.json instead .npmignore

hk-custom-address
Kirill Fomichev 9 years ago
parent
commit
567ac74384
  1. 4
      .npmignore
  2. 3
      package.json

4
.npmignore

@ -1,4 +0,0 @@
.gitignore
.travis.yml
jshint.json
test/

3
package.json

@ -44,6 +44,9 @@
"type": "git",
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
},
"files": [
"src"
],
"config": {
"blanket": {
"pattern": [

Loading…
Cancel
Save