diff options
| author | Ronen Babayoff <[email protected]> | 2015-08-23 22:01:42 -0400 |
|---|---|---|
| committer | Ronen Babayoff <[email protected]> | 2015-08-23 22:01:42 -0400 |
| commit | 705fef3c0e5079adfc995fe8ccd0e8459ebd765c (patch) | |
| tree | c6a247d30077ccec656de660d58e37fb4e34555b | |
| parent | 66996e280c9fbbbc2e7db376549f568be32ad5cd (diff) | |
| download | faker-705fef3c0e5079adfc995fe8ccd0e8459ebd765c.tar.xz faker-705fef3c0e5079adfc995fe8ccd0e8459ebd765c.zip | |
Update meteor package faker npm dependency to v3.0.1
| -rw-r--r-- | .npm/package/npm-shrinkwrap.json | 2 | ||||
| -rwxr-xr-x | package.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.npm/package/npm-shrinkwrap.json b/.npm/package/npm-shrinkwrap.json index 2e34c7ed..20bf4c0d 100644 --- a/.npm/package/npm-shrinkwrap.json +++ b/.npm/package/npm-shrinkwrap.json @@ -1,7 +1,7 @@ { "dependencies": { "faker": { - "version": "2.1.1" + "version": "3.0.1" } } } @@ -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' }); |
