remove grunt-retire
This commit is contained in:
@ -2,7 +2,6 @@ module.exports = function (grunt) {
|
|||||||
grunt.loadNpmTasks('grunt-browserify');
|
grunt.loadNpmTasks('grunt-browserify');
|
||||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||||
grunt.loadNpmTasks('grunt-git-authors');
|
grunt.loadNpmTasks('grunt-git-authors');
|
||||||
grunt.loadNpmTasks('grunt-retire');
|
|
||||||
|
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
|
|
||||||
@ -24,16 +23,10 @@ module.exports = function (grunt) {
|
|||||||
files: ['client/*.coffee'],
|
files: ['client/*.coffee'],
|
||||||
tasks: ['build']
|
tasks: ['build']
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
retire: {
|
|
||||||
node: ['.'],
|
|
||||||
options: {packageOnly: true}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
grunt.registerTask('check', ['retire']);
|
|
||||||
grunt.registerTask('build', ['browserify']);
|
grunt.registerTask('build', ['browserify']);
|
||||||
grunt.registerTask('default', ['build']);
|
grunt.registerTask('default', ['build']);
|
||||||
|
|
||||||
|
1584
package-lock.json
generated
1584
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -22,8 +22,7 @@
|
|||||||
"grunt": "^1.2.1",
|
"grunt": "^1.2.1",
|
||||||
"grunt-browserify": "^6.0.0",
|
"grunt-browserify": "^6.0.0",
|
||||||
"grunt-contrib-watch": "^1.0.0",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-git-authors": "^3.2.0",
|
"grunt-git-authors": "^3.2.0"
|
||||||
"grunt-retire": "^1.0.8"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user