We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ace6fb commit bbf95c3Copy full SHA for bbf95c3
3 files changed
index.js
@@ -0,0 +1 @@
1
+module.exports = __dirname
package.json
@@ -63,9 +63,17 @@
63
"performance": "^1.1.0",
64
"pstree": "^0.0.0",
65
"slap": "^0.1.60"
66
-
67
},
68
"devDependencies": {
69
"qemu": "^2.6.0"
70
- }
+ },
+ "description": "Generate a read-write users filesystem for NodeOS for demo purposses",
71
+ "repository": {
72
+ "type": "git",
73
+ "url": "git+https://github.com/NodeOS/nodeos-usersfs.git"
74
75
+ "bugs": {
76
+ "url": "https://github.com/NodeOS/nodeos-usersfs/issues"
77
78
+ "homepage": "https://github.com/NodeOS/nodeos-usersfs#readme"
79
}
scripts/unbuild
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
2
3
-rm -rf usersfs.img build/ out/ || exit $?
+rm -rf build/ out/ || exit $?
0 commit comments