mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Updated npm package versions
This commit is contained in:
parent
39d50093ae
commit
a9f15b2c64
2 changed files with 10 additions and 13 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue