diff options
| author | Ronen Babayoff <[email protected]> | 2015-08-23 21:36:15 -0400 |
|---|---|---|
| committer | Ronen Babayoff <[email protected]> | 2015-08-23 21:36:15 -0400 |
| commit | 682a500d262c6b802bbd4c8801b331398e5d3644 (patch) | |
| tree | 6b65172696590b077ff855a4e4516fa2eee50379 | |
| parent | 1c5323061048a164f1671485fda716d1cc10a0d6 (diff) | |
| download | faker-682a500d262c6b802bbd4c8801b331398e5d3644.tar.xz faker-682a500d262c6b802bbd4c8801b331398e5d3644.zip | |
Remove documentation field from meteor package.js - it knows to point automatically to README.md
| -rwxr-xr-x | package.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ 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", - documentation: 'README.md' + git: "https://github.com/practicalmeteor/meteor-faker.git" }); |
