Skip to content

Commit 01282d8

Browse files
committed
update deps
1 parent 0834e50 commit 01282d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.7.4",
44
"description": "IPFS Repo implementation",
55
"main": "lib/index.js",
6-
"browser": "src/index.js",
6+
"jsnext:main": "src/index.js",
77
"scripts": {
88
"test": "aegir-test",
99
"test:node": "aegir-test node",
@@ -45,7 +45,7 @@
4545
"babel-runtime": "^6.6.1",
4646
"bl": "^1.1.2",
4747
"concat-stream": "^1.5.1",
48-
"ipfs-block": "^0.2.2",
48+
"ipfs-block": "^0.3.0",
4949
"lock": "^0.1.2",
5050
"lockfile": "^1.0.1",
5151
"multihashes": "^0.2.1",
@@ -61,4 +61,4 @@
6161
"dignifiedquire <dignifiedquire@gmail.com>",
6262
"greenkeeperio-bot <support@greenkeeper.io>"
6363
]
64-
}
64+
}

0 commit comments

Comments
 (0)