Added shelljs dependency

This commit is contained in:
Matias Pando 2014-08-27 15:09:45 -03:00
parent e7c9f8d9c7
commit acde51cf87
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@
"socket.io-client": "1.0.6",
"travis-cov": "0.2.5",
"uglifyify": "1.2.3",
"crypto-js": "3.1.2"
"crypto-js": "3.1.2",
"shelljs":"0.3.0"
},
"main": "app.js",
"homepage": "https://github.com/bitpay/copay",