aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'package.js')
-rwxr-xr-xpackage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.js b/package.js
index 30b6388e..eb1c01bb 100755
--- a/package.js
+++ b/package.js
@@ -1,12 +1,12 @@
Npm.depends({
- 'faker': '2.1.1'
+ 'faker': '3.0.1'
});
Package.describe({
summary: "Generate massive amounts of fake data in node.js and in the browser.",
name: "practicalmeteor:faker",
- version: "2.1.1_1",
+ version: "3.0.1_1",
git: "https://github.com/practicalmeteor/meteor-faker.git",
documentation: 'Readme.md'
});