diff options
| author | Ronen Babayoff <[email protected]> | 2015-08-23 21:28:31 -0400 |
|---|---|---|
| committer | Ronen Babayoff <[email protected]> | 2015-08-23 21:28:31 -0400 |
| commit | fcdf92ac5d86abaf2f8e6527eae073bbe8da55e0 (patch) | |
| tree | 1cb212bc3f7f674e5e3efc95e02a6393c6938a94 | |
| parent | fad2b442971734a610d79478a84fc10bf03a0277 (diff) | |
| download | faker-fcdf92ac5d86abaf2f8e6527eae073bbe8da55e0.tar.xz faker-fcdf92ac5d86abaf2f8e6527eae073bbe8da55e0.zip | |
Update meteor package.js file to properly point to faker README
| -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/faker.js.git" + git: "https://github.com/practicalmeteor/faker.js.git", + documentation: 'README.md' }); |
