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 f5bbbe5 commit 081f594Copy full SHA for 081f594
.gitignore
@@ -10,6 +10,5 @@
10
*.lai
11
*.la
12
*.a
13
-genfatfs
14
node_modules/
15
prebuilds/
genfatfs
100755
100644
-57.1 KB
package.json
@@ -1,12 +1,13 @@
1
{
2
"name": "genfatfs",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "fat filesystem generator for embedded systems",
5
"bin": "genfatfs",
6
"main": "index.js",
7
"scripts": {
8
"BigRedButton": "scripts/BigRedButton",
9
- "install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz"
+ "install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz",
+ "start": "./genfatfs"
},
"repository": {
"type": "git",
0 commit comments