diff options
| author | cyanos3 <[email protected]> | 2013-11-05 20:10:31 -0700 |
|---|---|---|
| committer | cyanos3 <[email protected]> | 2013-11-05 20:10:31 -0700 |
| commit | c8f71cd072b74c66693cae927bdaf9a97ee15c1f (patch) | |
| tree | f7879114561edad1b2ca4f957c2063eece57f8f4 /package.json | |
| parent | e7aaa93c306fe9c7f0b662ff68f0a36426605283 (diff) | |
| download | faker-c8f71cd072b74c66693cae927bdaf9a97ee15c1f.tar.xz faker-c8f71cd072b74c66693cae927bdaf9a97ee15c1f.zip | |
My take on separating male and female names. Tests passing, Coverage restored.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
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 <[email protected]>", "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": [ |
