diff options
| author | Jakub Mandula <[email protected]> | 2017-02-26 13:51:40 +0000 |
|---|---|---|
| committer | Jakub Mandula <[email protected]> | 2017-02-26 13:51:40 +0000 |
| commit | 232a2a58d70935c57d311b5ba237347f703c2131 (patch) | |
| tree | 69f695e62e17386988c47f8522bf5e14db193839 /package.json | |
| parent | d6c20353360ef1eefb56128eeb50ece4f5845372 (diff) | |
| parent | f379057be0112d6732b056d93d1380be18e1087a (diff) | |
| download | faker-232a2a58d70935c57d311b5ba237347f703c2131.tar.xz faker-232a2a58d70935c57d311b5ba237347f703c2131.zip | |
Merge branch 'Mark/origin' into creditCard
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index e3ae5b96..eb392c10 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,9 @@ { "name": "faker", "description": "Generate massive amounts of fake contextual data", - "version": "3.1.0", + "version": "4.1.0", "contributors": [ - "Marak Squires <[email protected]>", - "Matthew Bergman <[email protected]>" + "Marak Squires <[email protected]>" ], "repository": { "type": "git", @@ -18,7 +17,7 @@ }, "devDependencies": { "browserify": "5.11.1", - "gulp": "3.8.8", + "gulp": "^3.9.1", "gulp-gh-pages": "^0.5.4", "gulp-jsdoc3": "^0.2.1", "gulp-mustache": "0.4.0", @@ -28,7 +27,7 @@ "jsdoc": "^3.4.0", "jshint": "0.9.0", "lodash": "^4.6.1", - "mocha": "1.8.x", + "mocha": "^3.2.0", "node-minify": "*", "optimist": "0.3.5", "sinon": "1.4.2", |
