From fcdf92ac5d86abaf2f8e6527eae073bbe8da55e0 Mon Sep 17 00:00:00 2001 From: Ronen Babayoff Date: Sun, 23 Aug 2015 21:28:31 -0400 Subject: Update meteor package.js file to properly point to faker README --- package.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.js b/package.js index 6ce8833e..60b4e63b 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/faker.js.git" + git: "https://github.com/practicalmeteor/faker.js.git", + documentation: 'README.md' }); -- cgit v1.2.3