aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorRonen Babayoff <[email protected]>2015-08-23 21:28:31 -0400
committerRonen Babayoff <[email protected]>2015-08-23 21:28:31 -0400
commitfcdf92ac5d86abaf2f8e6527eae073bbe8da55e0 (patch)
tree1cb212bc3f7f674e5e3efc95e02a6393c6938a94 /package.js
parentfad2b442971734a610d79478a84fc10bf03a0277 (diff)
downloadfaker-fcdf92ac5d86abaf2f8e6527eae073bbe8da55e0.tar.xz
faker-fcdf92ac5d86abaf2f8e6527eae073bbe8da55e0.zip
Update meteor package.js file to properly point to faker README
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 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'
});