From 1d4fa4a5fc8997574fa6b3ba9238bca80f3e677c Mon Sep 17 00:00:00 2001 From: Marak Date: Sat, 19 Mar 2016 21:37:16 -0400 Subject: [dist] [tests] Update dev deps * Trying to get old versions of node to pass --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 88628698..305e6940 100644 --- a/package.json +++ b/package.json @@ -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 ", "Matthew Bergman " @@ -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": {} } -- cgit v1.2.3