From a9f15b2c64a09ea3f40297c72fbc2579fffe4fc5 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Tue, 20 Dec 2016 18:57:53 +0000 Subject: [PATCH] Updated npm package versions --- Gruntfile.js | 2 +- package.json | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 96f22d76..416ae054 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -28,7 +28,7 @@ module.exports = function(grunt) { grunt.registerTask("default", "Lints the code base and shows stats", - ["jshint", "exec:stats", "exec:display_stats"]); + ["eslint", "exec:stats", "exec:display_stats"]); grunt.registerTask("doc", "docs"); grunt.registerTask("lint", "eslint"); diff --git a/package.json b/package.json index 36c4b93c..96c81e3b 100644 --- a/package.json +++ b/package.json @@ -21,27 +21,24 @@ "format", "cybersecurity" ], - "bugs": { - "email": "" - }, "repository": { "type": "git", - "url": "" + "url": "https://github.com/gchq/CyberChef/" }, "devDependencies": { - "grunt": "~0.4.5", + "grunt": "~1.0.1", "grunt-chmod": "~1.1.1", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-concat": "~1.0.0", - "grunt-contrib-copy": "~0.8.2", - "grunt-contrib-cssmin": "~0.14.0", - "grunt-contrib-htmlmin": "~0.6.0", - "grunt-contrib-uglify": "~0.11.1", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-copy": "~1.0.0", + "grunt-contrib-cssmin": "~1.0.2", + "grunt-contrib-htmlmin": "~2.0.0", + "grunt-contrib-uglify": "~2.0.0", + "grunt-contrib-watch": "~1.0.0", "grunt-eslint": "^19.0.0", - "grunt-exec": "~0.4.6", + "grunt-exec": "~1.0.1", "grunt-inline-alt": "~0.3.10", - "grunt-jsdoc": "^1.1.0", + "grunt-jsdoc": "^2.1.0", "ink-docstrap": "^1.1.4" } }