Browse Source

Updated npm package versions

n1474335 8 years ago
parent
commit
a9f15b2c64
2 changed files with 10 additions and 13 deletions
  1. 1 1
      Gruntfile.js
  2. 9 12
      package.json

+ 1 - 1
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");

+ 9 - 12
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"
   }
 }