From 6a3715baa7656686986415c0a8b07f6a32b197fc Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 5 Jul 2013 19:00:41 -0700 Subject: [PATCH] Fix package.json for Windows and ripple org URI --- package.json | 4 ++-- test/buster.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17d814811..9b13c2daa 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/test/buster.js b/test/buster.js index c44540654..a62cd49dc 100644 --- a/test/buster.js +++ b/test/buster.js @@ -1,6 +1,6 @@ var config = module.exports; -config["Newcoin tests"] = { +config["Ripple tests"] = { rootPath: "../", environment: "node", tests: [