From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/gettext-parser/Gruntfile.js | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 node_modules/gettext-parser/Gruntfile.js (limited to 'node_modules/gettext-parser/Gruntfile.js') diff --git a/node_modules/gettext-parser/Gruntfile.js b/node_modules/gettext-parser/Gruntfile.js deleted file mode 100644 index 4b4a65234..000000000 --- a/node_modules/gettext-parser/Gruntfile.js +++ /dev/null @@ -1,30 +0,0 @@ -'use strict'; - -module.exports = function(grunt) { - - // Project configuration. - grunt.initConfig({ - jshint: { - all: ['src/*.js', 'test/*.js', 'index.js'], - options: { - jshintrc: '.jshintrc' - } - }, - - mochaTest: { - all: { - options: { - reporter: 'spec' - }, - src: ['test/*-test.js'] - } - } - }); - - // Load the plugin(s) - grunt.loadNpmTasks('grunt-contrib-jshint'); - grunt.loadNpmTasks('grunt-mocha-test'); - - // Tasks - grunt.registerTask('default', ['jshint', 'mochaTest']); -}; \ No newline at end of file -- cgit v1.2.3