Skip to content

Commit bbf95c3

Browse files
committed
General clean-up
1 parent 1ace6fb commit bbf95c3

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = __dirname

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,17 @@
6363
"performance": "^1.1.0",
6464
"pstree": "^0.0.0",
6565
"slap": "^0.1.60"
66-
6766
},
6867
"devDependencies": {
6968
"qemu": "^2.6.0"
70-
}
69+
},
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"
7179
}

scripts/unbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env sh
22

3-
rm -rf usersfs.img build/ out/ || exit $?
3+
rm -rf build/ out/ || exit $?

0 commit comments

Comments
 (0)