mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-02 00:45:58 +00:00
Improvements to js tests and increment of the ripple-lib version
This commit is contained in:
10
package.json
10
package.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user