mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-13 17:43:31 +02:00
Use gruntify-eslint
This commit is contained in:
+1
-1
@@ -60,9 +60,9 @@ module.exports = function(grunt) {
|
||||
|
||||
grunt.loadNpmTasks('grunt-browserify');
|
||||
grunt.loadNpmTasks('grunt-nodemon');
|
||||
grunt.loadNpmTasks('gruntify-eslint');
|
||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-contrib-eslint');
|
||||
|
||||
grunt.registerTask('build', ['browserify:pro', 'uglify']);
|
||||
grunt.registerTask('debug', ['browserify:dev']);
|
||||
|
||||
+1
-1
@@ -9,10 +9,10 @@
|
||||
"express": "^4.12.3",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-browserify": "^3.7.0",
|
||||
"grunt-contrib-eslint": "0.0.5",
|
||||
"grunt-contrib-uglify": "^0.9.1",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-nodemon": "^0.4.0",
|
||||
"gruntify-eslint": "^0.1.0",
|
||||
"mineflayer": "latest",
|
||||
"socket.io": "^1.3.5",
|
||||
"socket.io-redis": "^0.1.4"
|
||||
|
||||
Reference in New Issue
Block a user