diff options
| author | Marak <[email protected]> | 2016-03-19 21:44:57 -0400 |
|---|---|---|
| committer | Marak <[email protected]> | 2016-03-19 21:44:57 -0400 |
| commit | da8e0563fa6bb5d292a2afb1457bb125e4c007e5 (patch) | |
| tree | ca9f76efab77027748b949ebcc5b1e2127d696b4 /package.json | |
| parent | eef113c2cec2a83116e31d36473ef2b393058a1f (diff) | |
| download | faker-da8e0563fa6bb5d292a2afb1457bb125e4c007e5.tar.xz faker-da8e0563fa6bb5d292a2afb1457bb125e4c007e5.zip | |
[dist] [tests] Less specific loads
* For old node versions
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0dae329a..1d7d1ee1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "browserify": "5.11.1", "jshint": "0.9.0", - "lodash": "^2.4.1", + "lodash": "*", "mocha": "1.8.x", "node-minify": "*", "optimist": "0.3.5", |
