Skip to content

Commit 52fd384

Browse files
committed
1.0.0-rc0
1 parent 1e969cf commit 52fd384

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypermount",
3-
"version": "1.0.0",
3+
"version": "1.0.0-rc0",
44
"description": "A FUSE-mountable distributed filesystem, built on Hyperdrive",
55
"main": "index.js",
66
"bin": {
@@ -32,10 +32,11 @@
3232
"forever": "^0.15.3",
3333
"forever-monitor": "^1.7.1",
3434
"fs-extra": "^7.0.1",
35-
"hyperdrive": "git+https://github.com/mafintosh/hyperdrive.git#v10",
36-
"hyperdrive-fuse": "git+https://github.com/andrewosh/hyperdrive-fuse",
35+
"hyperdrive": "^10.0.0-rc0",
36+
"hyperdrive-fuse": "^1.0.0-rc0",
3737
"level": "^4.0.0",
3838
"mkdirp": "^0.5.1",
39+
"ora": "^3.4.0",
3940
"request": "^2.88.0",
4041
"request-promise-native": "^1.0.7",
4142
"sodium-universal": "^2.0.0",

0 commit comments

Comments
 (0)