mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix package.json for Windows and ripple org URI
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"test": "node_modules/buster/bin/buster test"
|
||||
"test": "./node_modules/buster/bin/buster test"
|
||||
},
|
||||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jedmccaleb/NewCoin.git"
|
||||
"url": "git://github.com/ripple/rippled.git"
|
||||
},
|
||||
|
||||
"readmeFilename": "README.md"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
var config = module.exports;
|
||||
|
||||
config["Newcoin tests"] = {
|
||||
config["Ripple tests"] = {
|
||||
rootPath: "../",
|
||||
environment: "node",
|
||||
tests: [
|
||||
|
||||
Reference in New Issue
Block a user