diff options
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 bd914b38..ebcee6f1 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "Faker", + "name": "faker", "description": "Generate massive amounts of fake contextual data", - "version": "0.7.2", + "version": "1.0.0", "contributors": [ "Marak Squires <[email protected]>", "Matthew Bergman <[email protected]>" ], "repository": { "type": "git", - "url": "http://github.com/FotoVerite/Faker.js.git" + "url": "http://github.com/FotoVerite/faker.js.git" }, "scripts": { "test": "node_modules/.bin/mocha test/*.*.js" |
