Merge pull request #542 from fanatid/feature/package.json-files

whitelist of files for npm package
This commit is contained in:
Daniel Cousens 2016-02-16 07:35:29 +11:00
commit 2f2e50092c
3 changed files with 10 additions and 11 deletions

View file

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

View file

@ -1,19 +1,19 @@
sudo: false
language: node_js
before_install:
- npm install npm -g
node_js:
- 5
- 4
- io.js
- 0.12
- 0.10
- "0.10"
- "0.12"
- "io.js"
- "4"
- "5"
matrix:
include:
- node_js: 4
- node_js: "4"
env: TEST_SUITE=standard
env:
- TEST_SUITE=coverage
- TEST_SUITE=integration
- TEST_SUITE=unit
script: npm run-script $TEST_SUITE
sudo: false

View file

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