aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonen Babayoff <[email protected]>2015-08-23 21:36:15 -0400
committerRonen Babayoff <[email protected]>2015-08-23 21:36:15 -0400
commit682a500d262c6b802bbd4c8801b331398e5d3644 (patch)
tree6b65172696590b077ff855a4e4516fa2eee50379
parent1c5323061048a164f1671485fda716d1cc10a0d6 (diff)
downloadfaker-682a500d262c6b802bbd4c8801b331398e5d3644.tar.xz
faker-682a500d262c6b802bbd4c8801b331398e5d3644.zip
Remove documentation field from meteor package.js - it knows to point automatically to README.md
-rwxr-xr-xpackage.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.js b/package.js
index 03e6d66c..4649312b 100755
--- a/package.js
+++ b/package.js
@@ -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"
});