From c98d8a4baaa4b4b5de9e57fda5c59e3599f7d3a0 Mon Sep 17 00:00:00 2001 From: dceejay Date: Sun, 12 Jul 2015 20:13:41 +0100 Subject: [PATCH] Cleanup package.json and Gruntfile for v0.12 use --- Gruntfile.js | 6 +++--- package.json | 18 ++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bfab95e5..6d936e19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -42,7 +42,7 @@ module.exports = function(grunt) { //"sub": true, // don't warn that foo['bar'] should be written as foo.bar ////"unused": true, // Check for unused functions ////"forin":false, // turn off check for "for (x in y...)" - "reporter": require('jshint-stylish') + //"reporter": require('jshint-stylish') }, all: { src: ['*/*.js','*/*/*.js'], @@ -59,8 +59,8 @@ module.exports = function(grunt) { inlinelint: { html: ['*/*/*.html'], options: { - jshintrc: ".jshintrc", - reporter: require('jshint-stylish') + jshintrc: ".jshintrc" + //,reporter: require('jshint-stylish') } }, jscs: { diff --git a/package.json b/package.json index 956faf1e..68aa3e92 100644 --- a/package.json +++ b/package.json @@ -17,17 +17,15 @@ ], "devDependencies": { "grunt": "0.4.5", - "grunt-cli": "0.1.13", "grunt-simple-mocha": "0.4.0", - "grunt-contrib-jshint": "0.11.0", - "grunt-lint-inline": "0.4.3", - "grunt-jscs": "0.8.*", - "jshint-stylish": "1.0.1", - "mocha": "2.1.0", - "should": "4.6.5", - "sinon": "1.12.2", - "supertest": "0.15.0", - "proxyquire": "1.4.0", + "grunt-contrib-jshint": "0.11.2", + "grunt-lint-inline": "0.4.4", + "grunt-jscs": "1.8.*", + "mocha": "2.2.5", + "should": "7.0.1", + "sinon": "1.15.4", + "supertest": "1.0.1", + "proxyquire": "1.6.0", "pushbullet": "1.4.*", "when": "^3.6.4", "exif": "0.4.0",