mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-27 04:35:16 +01:00
delete nodeunit plugin
This commit is contained in:
parent
f50a9ac38d
commit
11a1f85282
@ -50,7 +50,6 @@ module.exports = function(grunt) {
|
||||
});
|
||||
|
||||
// These plugins provide necessary tasks.
|
||||
grunt.loadNpmTasks('grunt-contrib-nodeunit');
|
||||
grunt.loadNpmTasks('grunt-contrib-jshint');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
|
||||
|
@ -5,6 +5,6 @@
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-contrib-watch": "~0.6.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user