Use files in package.json instead .npmignore
This commit is contained in:
parent
17041553df
commit
567ac74384
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
.gitignore
|
||||
.travis.yml
|
||||
jshint.json
|
||||
test/
|
|
@ -44,6 +44,9 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"config": {
|
||||
"blanket": {
|
||||
"pattern": [
|
||||
|
|
Loading…
Add table
Reference in a new issue