remove grunt-retire

This commit is contained in:
Paul Rodwell
2022-07-25 18:17:57 +01:00
parent 23a513b38a
commit b1da9175b4
3 changed files with 3 additions and 1591 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",