aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorRonen Babayoff <[email protected]>2015-08-23 21:39:10 -0400
committerRonen Babayoff <[email protected]>2015-08-23 21:39:10 -0400
commitbbbbde58528848c583978b15ff23dffd99c82c48 (patch)
treeb9a765bed87ec6b28386118c485130a25badfac8 /package.js
parent682a500d262c6b802bbd4c8801b331398e5d3644 (diff)
downloadfaker-bbbbde58528848c583978b15ff23dffd99c82c48.tar.xz
faker-bbbbde58528848c583978b15ff23dffd99c82c48.zip
Fix meteor package.js to point to lowercased non-default faker Readme.md
Diffstat (limited to 'package.js')
-rwxr-xr-xpackage.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.js b/package.js
index 4649312b..30b6388e 100755
--- a/package.js
+++ b/package.js
@@ -7,7 +7,8 @@ Package.describe({
summary: "Generate massive amounts of fake data in node.js and in the browser.",
name: "practicalmeteor:faker",
version: "2.1.1_1",
- git: "https://github.com/practicalmeteor/meteor-faker.git"
+ git: "https://github.com/practicalmeteor/meteor-faker.git",
+ documentation: 'Readme.md'
});