2
0
mirror of synced 2025-02-24 20:18:07 +00:00

Trying to fix Travis CI for node8; failing to load a devDependency in Web3.

This commit is contained in:
Richard Moore 2018-07-17 16:11:51 -04:00
parent 8c7c592bd1
commit c4084fe625
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
3 changed files with 5 additions and 5 deletions

View File

@ -13,5 +13,5 @@ matrix:
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1
- node_js: "10"
- node_js: "8"
env: RUN_PHANTOMJS=1

6
package-lock.json generated
View File

@ -6179,9 +6179,9 @@
"dev": true
},
"web3": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/web3/-/web3-0.20.2.tgz",
"integrity": "sha1-xU2sX8DjdzmcBMGm7LsS5FEyeNY=",
"version": "0.20.6",
"resolved": "https://registry.npmjs.org/web3/-/web3-0.20.6.tgz",
"integrity": "sha1-PpcwauAk+yThCj11yIQwJWIhUSA=",
"dev": true,
"requires": {
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934",

View File

@ -50,7 +50,7 @@
"typescript": "^2.9.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"web3": "0.20.2"
"web3": "0.20.6"
},
"browser": {
"fs": "./tests/browser-fs.js",