Fix package.json for Windows and ripple org URI

This commit is contained in:
Vinnie Falco
2013-07-05 19:00:41 -07:00
parent f92f1dd56f
commit 6a3715baa7
2 changed files with 3 additions and 3 deletions

View File

@@ -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"