aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2013-01-08 12:52:06 -0500
committerFotoVerite <[email protected]>2013-01-08 12:52:06 -0500
commitfac8fb5292ecbee1620ab6e9855801a31e815dd5 (patch)
tree6db74b6941f8f5c8fdef2c3500ffab4f1291cd01 /package.json
parentfd79022a8cb6d0d3adc50e8af96a5e2ae93d8e53 (diff)
downloadfaker-fac8fb5292ecbee1620ab6e9855801a31e815dd5.tar.xz
faker-fac8fb5292ecbee1620ab6e9855801a31e815dd5.zip
changed main to index as is common node style
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index fc79c2a5..e6cf5e23 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "Faker",
"description": "Generate massive amounts of fake contextual data",
- "version": "0.5.0",
+ "version": "0.5.5",
"author": "Marak Squires <[email protected]>",
"repository": {
"type": "git",
@@ -18,5 +18,5 @@
"engine": [
"node >=0.1.90"
],
- "main": "Faker"
+ "main": "index"
}