Skip to content

Commit

Permalink
update dependencies (#1009)
Browse files Browse the repository at this point in the history
* update deps

* remove node v4 from travis
  • Loading branch information
joehand authored Jul 4, 2018
1 parent e24d8d3 commit 928b8b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js

node_js:
- '4'
- '6'
- '8'
- 'node'
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dat-doctor": "^1.2.5",
"dat-encoding": "^5.0.1",
"dat-json": "^1.0.0",
"dat-link-resolve": "^2.1.0",
"dat-link-resolve": "^2.2.0",
"dat-log": "^1.1.0",
"dat-node": "^3.5.5",
"dat-registry": "^4.0.0",
Expand All @@ -51,7 +51,7 @@
"prettier-bytes": "^1.0.3",
"progress-string": "^1.2.1",
"prompt": "^1.0.0",
"pump": "^2.0.0",
"pump": "^3.0.0",
"rimraf": "^2.6.1",
"speedometer": "^1.0.0",
"subcommand": "^2.1.0",
Expand All @@ -62,11 +62,11 @@
"devDependencies": {
"cross-zip-cli": "^1.0.0",
"dependency-check": "^3.0.0",
"hypercore": "^6.12.0",
"hyperdiscovery": "^7.0.0",
"hypercore": "^6.17.2",
"hyperdiscovery": "^8.0.0",
"mkdirp": "^0.5.1",
"pkg": "^4.2.6",
"random-access-memory": "^2.4.0",
"pkg": "^4.3.3",
"random-access-memory": "^3.0.0",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.81.0",
"standard": "^11.0.1",
Expand Down

0 comments on commit 928b8b0

Please sign in to comment.