diff options
| author | FotoVerite <[email protected]> | 2013-01-08 01:13:39 -0500 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2013-01-08 01:13:39 -0500 |
| commit | 85199bdb32a36bae7844b5c97cff373bc50e78a6 (patch) | |
| tree | d83c604774a06143f8728cdd4e6118a1a858e4d8 | |
| parent | ebb2e5ae5e207d333abd739b4e1868e719ab305d (diff) | |
| download | faker-85199bdb32a36bae7844b5c97cff373bc50e78a6.tar.xz faker-85199bdb32a36bae7844b5c97cff373bc50e78a6.zip | |
fixed package.json
| -rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index c4c0e75e..55b2cc61 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,10 @@ "author": "Marak Squires <[email protected]>", "repository": { "type": "git", - "url": "http://github.com/Marak/Faker.js.git" + "url": "http://github.com/Marak/Faker.js.git" }, "engine": [ - "node >=0.1.90" + "node >=0.1.90" ], - "main": "Faker", - "test": " + "main": "Faker" }
\ No newline at end of file |
