Improvements to js tests and increment of the ripple-lib version

This commit is contained in:
wltsmrz
2013-09-04 16:29:32 -07:00
committed by Vinnie Falco
parent 604ca590b6
commit 4109e51e30
9 changed files with 2129 additions and 2234 deletions

View File

@@ -10,10 +10,10 @@
},
"dependencies": {
"ripple-lib": "0.7.18",
"async": "~0.1.22",
"extend": "~1.1.1",
"simple-jsonrpc": "~0.0.1"
"ripple-lib": "0.7.21",
"async": "~0.2.9",
"extend": "~1.2.0",
"simple-jsonrpc": "~0.0.2"
},
"devDependencies": {
"buster": "~0.6.12",
@@ -21,7 +21,7 @@
},
"scripts": {
"test": "./node_modules/buster/bin/buster-test"
"test": "./node_modules/buster/bin/buster-test --reporter specification"
},
"repository": {