Skip to content

Commit

Permalink
still trying to fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Mar 12, 2014
1 parent 7d7777b commit fa7e205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions browser/browserify.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ tb.transform('brfs');
tb.bundle().pipe(fs.createWriteStream('browser/testdata.js'));


console.log('cwd '+__dirname);


5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"test": "mocha test -R spec",
"postinstall": "node_modules/.bin/grunt shell"
"postinstall": "node browser/browserify.js -a"
},
"dependencies": {
"soop": "git://github.com/bitpay/soop.git",
Expand All @@ -69,8 +69,7 @@
"chai": "~1.9.0",
"brfs": "~1.0.0",
"async": "~0.2.10",
"commander": "~2.1.0",
"grunt": "~0.4.3"
"commander": "~2.1.0"
},
"license": "MIT"
}

0 comments on commit fa7e205

Please sign in to comment.