chrome browser extension update

This commit is contained in:
Matias Alejo Garcia 2014-07-02 15:53:29 -03:00
commit 50f0b9ae22
12 changed files with 55 additions and 12 deletions

View file

@ -23,7 +23,8 @@
"test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
"shell": "node shell/scripts/launch.js",
"setup-shell": "node shell/scripts/download-atom-shell.js"
"setup-shell": "node shell/scripts/download-atom-shell.js",
"chrome": "source browser-extensions/chrome/build.sh"
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {