We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e969cf commit 52fd384Copy full SHA for 52fd384
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hypermount",
3
- "version": "1.0.0",
+ "version": "1.0.0-rc0",
4
"description": "A FUSE-mountable distributed filesystem, built on Hyperdrive",
5
"main": "index.js",
6
"bin": {
@@ -32,10 +32,11 @@
32
"forever": "^0.15.3",
33
"forever-monitor": "^1.7.1",
34
"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",
+ "hyperdrive": "^10.0.0-rc0",
+ "hyperdrive-fuse": "^1.0.0-rc0",
37
"level": "^4.0.0",
38
"mkdirp": "^0.5.1",
39
+ "ora": "^3.4.0",
40
"request": "^2.88.0",
41
"request-promise-native": "^1.0.7",
42
"sodium-universal": "^2.0.0",
0 commit comments