Skip to content

Commit

Permalink
feat: update deps and remove support for node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node 8 support removed
  • Loading branch information
hugomrdias committed Apr 20, 2020
1 parent 9d9cedd commit 2565199
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
]
},
"engines": {
"node": ">=8.0.0",
"npm": ">=6.0.0"
"node": ">=10.0.0"
},
"files": [
"src",
Expand Down Expand Up @@ -68,9 +67,9 @@
"benchmark": "^2.1.4",
"go-ipfs-dep": "^0.4.23-3",
"husky": "^4.2.5",
"ipfs": "^0.42.1",
"ipfs-http-client": "^43.0.1",
"lint-staged": "^10.1.3"
"ipfs": "^0.43.0",
"ipfs-http-client": "^44.0.0",
"lint-staged": "^10.1.6"
},
"peerDependencies": {
"go-ipfs-dep": "*",
Expand Down

0 comments on commit 2565199

Please sign in to comment.