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 e2f0d06 commit 6c59fc9Copy full SHA for 6c59fc9
package.json
@@ -21,15 +21,19 @@
21
},
22
"homepage": "https://github.com/NodeOS/nodeos-mount-filesystems",
23
"dependencies": {
24
- "async": "^2.0.1",
+ "async": "^2.1.4",
25
"linux-cmdline": "^1.0.0",
26
"mkdirp": "^0.5.1",
27
- "nodeos-boot-singleUser": "^0.4.0",
28
- "nodeos-boot-singleUserMount": "^0.4.0",
+ "nodeos-boot-singleUser": "^0.4.2",
+ "nodeos-boot-singleUserMount": "^0.4.4",
29
"nodeos-mount-utils": "^0.2.0",
30
- "prompt": "*",
+ "prompt": "^1.0.0",
31
"rimraf": "^2.5.4"
32
33
+ "devDependencies": {
34
+ "jocker": "^0.0.0",
35
+ "prompt": "^1.0.0"
36
+ },
37
"peerDependencies": {
38
"jocker": "^0.0.0"
39
}
0 commit comments