Skip to content

Commit 705fef3

Browse files
author
Ronen Babayoff
committed
Update meteor package faker npm dependency to v3.0.1
1 parent 66996e2 commit 705fef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npm/package/npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Npm.depends({
2-
'faker': '2.1.1'
2+
'faker': '3.0.1'
33
});
44

55

66
Package.describe({
77
summary: "Generate massive amounts of fake data in node.js and in the browser.",
88
name: "practicalmeteor:faker",
9-
version: "2.1.1_1",
9+
version: "3.0.1_1",
1010
git: "https://github.com/practicalmeteor/meteor-faker.git",
1111
documentation: 'Readme.md'
1212
});

0 commit comments

Comments
 (0)