Skip to content

Commit

Permalink
[dist] [tests] Update dev deps
Browse files Browse the repository at this point in the history
  * Trying to get old versions of node to pass
  • Loading branch information
Marak committed Mar 20, 2016
1 parent 1c48d99 commit 1d4fa4a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "faker",
"description": "Generate massive amounts of fake contextual data",
"version": "3.0.1",
"version": "3.1.0",
"contributors": [
"Marak Squires <[email protected]>",
"Matthew Bergman <[email protected]>"
Expand All @@ -19,20 +19,22 @@
"devDependencies": {
"browserify": "5.11.1",
"gulp": "3.8.8",
"gulp-gh-pages": "^0.5.4",
"gulp-jsdoc3": "^0.2.1",
"gulp-mustache": "0.4.0",
"gulp-rename": "1.2.0",
"gulp-uglify": "1.0.1",
"jsdoc": "^3.4.0",
"ink-docstrap": "1.1.4",
"jshint": "0.9.0",
"lodash": "^2.4.1",
"mocha": "1.8.x",
"node-minify": "*",
"optimist": "0.3.5",
"sinon": "1.4.2",
"vinyl-transform": "0.0.1",
"through2": "2.0.0",
"ink-docstrap": "1.1.4"
"vinyl-transform": "0.0.1"
},
"license": "MIT",
"main": "index.js"
"main": "index.js",
"dependencies": {}
}

0 comments on commit 1d4fa4a

Please sign in to comment.