mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +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"
|
||||
|
||||
Reference in New Issue
Block a user