Skip to content

Commit ffef84a

Browse files
committed
Small version bump to match master
1 parent 5520e32 commit ffef84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ node_js:
1717
script:
1818
# Install peerDependencies on > npm3
1919
# When all dependencies declare bitcore-lib as a peerDependency this can be bumped up, but this matches the current ecosystem version expected by dependencies
20-
- if [ $(npm --version | sed 's/\..*//g') -ge 3 ]; then npm install [email protected].7; fi
20+
- if [ $(npm --version | sed 's/\..*//g') -ge 3 ]; then npm install bitcore-lib@^0.13.13; fi
2121
- npm run regtest
2222
- npm run test
2323
- npm run jshint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"sinon": "^1.15.4"
7979
},
8080
"peerDependencies": {
81-
"bitcore-lib": "~0.13.7"
81+
"bitcore-lib": "~0.13.13"
8282
},
8383
"license": "MIT"
8484
}

0 commit comments

Comments
 (0)