From 5e2ac3b833259f376870001f2ccd3234bf410188 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 15 Oct 2016 11:48:15 +0200 Subject: [PATCH] Remove old dependencies. --- grunt-config/jscs.js | 12 ------------ grunt-config/jshint.js | 13 ------------- package.json | 2 -- 3 files changed, 27 deletions(-) delete mode 100644 grunt-config/jscs.js delete mode 100644 grunt-config/jshint.js diff --git a/grunt-config/jscs.js b/grunt-config/jscs.js deleted file mode 100644 index 09ac60b..0000000 --- a/grunt-config/jscs.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - options: { - config: '.jscsrc' - }, - frontendJs: [ - '<%= accountant.frontend.src %>/js/*.js' - ], - toolchain: [ - 'Gruntfile.js', - 'grunt-config/*.js' - ] -}; diff --git a/grunt-config/jshint.js b/grunt-config/jshint.js deleted file mode 100644 index 3ef39b6..0000000 --- a/grunt-config/jshint.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - options: { - jshintrc: '.jshintrc', - reporter: require('jshint-stylish') - }, - frontendJs: [ - '<%= accountant.frontend.src %>/js/*.js' - ], - toolchain: [ - 'Gruntfile.js', - 'grunt-config/*.js' - ] -}; diff --git a/package.json b/package.json index bffb774..f67ef1a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "grunt-contrib-concat": "~1.0", "grunt-contrib-connect": "~1.0", "grunt-contrib-cssmin": "~1.0", - "grunt-contrib-jshint": "~1.0", "grunt-contrib-uglify": "~1.0", "grunt-contrib-watch": "~1.0", "grunt-copy": "^0.1.0", @@ -30,7 +29,6 @@ "grunt-flake8": "^0.1.3", "grunt-htmllint": "^0.2.7", "grunt-include-source": "^0.7.1", - "grunt-jscs": "^2.7.0", "grunt-newer": "^1.1.1", "grunt-jsonlint": "^1.1.0", "grunt-ng-annotate": "~2.0",