aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
});