diff options
| author | FotoVerite <[email protected]> | 2014-05-17 15:35:45 -0400 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2014-05-17 15:35:45 -0400 |
| commit | 3eee796fdff9f4226e211f01cd5926d3d05d28ae (patch) | |
| tree | cdab238c20b7458b34da8f6e9933edbf4c83abea /package.json | |
| parent | daa95b3a4f3eb5131970271be3820ddb45d30022 (diff) | |
| download | faker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.tar.xz faker-3eee796fdff9f4226e211f01cd5926d3d05d28ae.zip | |
Moving to major new version for change of package name for uppercase to lowercase.
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" |
