diff options
| -rwxr-xr-x | package.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' }); |
