diff options
| author | Jay Liu <[email protected]> | 2013-11-05 17:58:00 -0800 |
|---|---|---|
| committer | Jay Liu <[email protected]> | 2013-11-05 17:58:00 -0800 |
| commit | e7aaa93c306fe9c7f0b662ff68f0a36426605283 (patch) | |
| tree | f373350960a664327e0991926083b6dfc430578f /package.json | |
| parent | b17d651e90aaef0416fb632844b46dfcdb6c46f2 (diff) | |
| parent | d40511ab3a92157b364bcd15362fff0769ebe6c6 (diff) | |
| download | faker-e7aaa93c306fe9c7f0b662ff68f0a36426605283.tar.xz faker-e7aaa93c306fe9c7f0b662ff68f0a36426605283.zip | |
Merge pull request #1 from richardbutler/master
Split male and female names to two groups; add random gender
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6da65111..94452f34 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "Faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.5.11", + "version": "0.5.12", "author": "Marak Squires <[email protected]>", "repository": { "type": "git", - "url": "http://github.com/Marak/Faker.js.git" + "url": "https://github.com/richardbutler/Faker.js.git" }, "scripts": { "test": "node_modules/.bin/mocha test/*.*.js" |
