build scripts for copay shell binaries

This commit is contained in:
Alan Stoll 2014-07-03 09:23:40 -04:00
commit c05895f879
3 changed files with 272 additions and 1 deletions

View file

@ -25,7 +25,8 @@
"shell": "node shell/scripts/launch.js",
"setup-shell": "node shell/scripts/download-atom-shell.js",
"chrome": "source browser-extensions/chrome/build.sh",
"firefox": "source browser-extensions/firefox/build.sh"
"firefox": "source browser-extensions/firefox/build.sh",
"dist": "node shell/scripts/dist.js"
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {