Skip to content

Commit

Permalink
Execution fix-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
piranna committed Apr 3, 2016
1 parent f5bbbe5 commit b2a4812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,6 +10,5 @@
*.lai
*.la
*.a
genfatfs
node_modules/
prebuilds/
Binary file modified genfatfs 100755 → 100644
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
@@ -1,12 +1,13 @@
{
"name": "genfatfs",
"version": "1.0.0",
"version": "1.0.1",
"description": "fat filesystem generator for embedded systems",
"bin": "genfatfs",
"main": "index.js",
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"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/genfatfs/releases/download/v{version}/{platform}-{arch}.tar.gz",
"start": "./genfatfs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b2a4812

Please sign in to comment.