From c8f71cd072b74c66693cae927bdaf9a97ee15c1f Mon Sep 17 00:00:00 2001 From: cyanos3 Date: Tue, 5 Nov 2013 20:10:31 -0700 Subject: My take on separating male and female names. Tests passing, Coverage restored. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 94452f34..3193d081 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.5.12", + "version": "0.5.121", "author": "Marak Squires ", "repository": { "type": "git", - "url": "https://github.com/richardbutler/Faker.js.git" + "url": "https://github.com/cyanos/Faker.js.git" }, "scripts": { "test": "node_modules/.bin/mocha test/*.*.js" @@ -15,7 +15,7 @@ "istanbul": "0.1.25", "mocha": "1.7.4", "node-minify": "*", - "optimist" : "0.3.5", + "optimist": "0.3.5", "sinon": "1.4.2" }, "engine": [ -- cgit v1.2.3