Skip to content

Commit

Permalink
Merge pull request #11 from diasdavid/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update those deps!
  • Loading branch information
daviddias authored Feb 1, 2017
2 parents 02b41f4 + 9b4bece commit 78cb637
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 42 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"name": "is-ipfs",
"version": "0.2.1",
"description": "A set of utilities to help identify IPFS resources",
"main": "lib/index.js",
"jsnext": "src/index.js",
"main": "src/index.js",
"browser": {
"fs": false
},
"scripts": {
"test:node": "aegir-test node",
"test:browser": "aegir-test browser",
Expand All @@ -24,13 +26,13 @@
"author": "Francisco Dias <[email protected]> (http://franciscodias.net/)",
"license": "MIT",
"dependencies": {
"bs58": "^3.0.0",
"multihashes": "^0.2.0"
"bs58": "^4.0.0",
"multihashes": "^0.3.2"
},
"devDependencies": {
"aegir": "^8.1.2",
"aegir": "^9.4.0",
"chai": "^3.5.0",
"pre-commit": "^1.1.2"
"pre-commit": "^1.2.2"
},
"repository": {
"type": "git",
Expand All @@ -45,4 +47,4 @@
"Marcin Rataj <[email protected]>",
"nginnever <[email protected]>"
]
}
}
18 changes: 0 additions & 18 deletions test/browser.js

This file was deleted.

17 changes: 0 additions & 17 deletions test/node.js

This file was deleted.

0 comments on commit 78cb637

Please sign in to comment.