From b05d671956a111c304a52ca97bb226378d7c7cca Mon Sep 17 00:00:00 2001 From: Matteo Figus Date: Mon, 11 May 2015 11:54:51 +0100 Subject: [PATCH] Upgrading dependencies --- Gruntfile.js | 3 --- grunt-tasks/githooks.js | 7 ------- package.json | 7 +++---- 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 grunt-tasks/githooks.js diff --git a/Gruntfile.js b/Gruntfile.js index 3d39a0a1d..47b8206cb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,9 +28,6 @@ module.exports = function(grunt) { // default task grunt.registerTask('default', ['test', 'build']); - // Setup the precommit hook - grunt.registerTask('hooks', ['githooks:all']); - // test grunt.registerTask('sauce', ['karma:sauce-linux', 'karma:sauce-osx', 'karma:sauce-windows']); grunt.registerTask('test-local', ['jshint:all', 'mochaTest:unit', 'mochaTest:acceptance', 'karma:local']); diff --git a/grunt-tasks/githooks.js b/grunt-tasks/githooks.js deleted file mode 100644 index cd74a4f19..000000000 --- a/grunt-tasks/githooks.js +++ /dev/null @@ -1,7 +0,0 @@ -'use strict'; - -module.exports = { - all: { - 'pre-commit': 'build' - } -}; \ No newline at end of file diff --git a/package.json b/package.json index 9e4f848b3..3609f56c8 100644 --- a/package.json +++ b/package.json @@ -32,18 +32,17 @@ "cheerio": "0.18.0", "grunt": "0.4.5", "grunt-contrib-jshint": "0.10.0", - "grunt-githooks": "0.3.1", "grunt-karma": "0.10.1", - "grunt-mocha-test": "0.6.2", + "grunt-mocha-test": "0.12.7", "injectr": "0.5.1", "jasmine-core": "2.2.0", "karma": "0.12.31", "karma-jasmine": "0.3.5", "karma-phantomjs-launcher": "0.1.4", - "karma-sauce-launcher": "0.2.10", + "karma-sauce-launcher": "0.2.11", "karma-sinon": "1.0.4", "load-grunt-tasks": "0.6.0", - "mocha": "1.18.2", + "mocha": "2.2.4", "sinon": "1.14.1" }, "dependencies": {