move chai from devDependencies to dependencies

...and update version # so we can fix npm install issue.
This commit is contained in:
Ryan X. Charles 2014-04-04 22:36:56 -04:00
parent 412bfc9bd5
commit 54bbc42e7d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "bitcore",
"description": "Bitcoin Library",
"version": "0.1.10",
"version": "0.1.11",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
@ -63,6 +63,7 @@
"browserify-bignum": "git://github.com/maraoz/browserify-bignum.git",
"browserify-buffertools": "git://github.com/maraoz/browserify-buffertools.git",
"brfs": "~1.0.0",
"chai": "~1.9.0",
"uglifyify": "~1.2.3"
},
"devDependencies": {
@ -72,7 +73,6 @@
"grunt-browserify": "~2.0.0",
"grunt-markdown": "~0.5.0",
"mocha": ">=1.15.1",
"chai": "~1.9.0",
"brfs": "~1.0.0",
"async": "~0.2.10",
"commander": "~2.1.0",