Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 3374096

Browse files
committed
Expects newer bitcore-lib then rest of ecosystem
1 parent 68e5782 commit 3374096

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ before_install:
1717
- export CXX="g++-4.8" CC="gcc-4.8"
1818
install:
1919
# Install peerDependencies on > npm3
20-
# When all dependencies declare bitcore-lib as a peerDependency this can be bumped up, but this matches the current ecosystem version expected by dependencies
21-
- if [ $(npm --version | sed 's/\..*//g') -ge 3 ]; then npm install [email protected]; fi
20+
- if [ $(npm --version | sed 's/\..*//g') -ge 3 ]; then npm install bitcore-lib; fi
2221
- npm install
2322
after_success:
2423
- npm run coveralls

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"tingodb": "^0.3.4"
6363
},
6464
"peerDependencies": {
65-
"bitcore-lib": "~0.13.7"
65+
"bitcore-lib": "~0.14.0"
6666
},
6767
"scripts": {
6868
"start": "./start.sh",

0 commit comments

Comments
 (0)