diff --git a/Gruntfile.js b/Gruntfile.js index 5e5d24f9..821f97e1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,7 +29,7 @@ module.exports = function(grunt) { }, }, inlinelint: { - html: ['*/*/*.html', '!node_modules/*'], + html: ['*/*/*.html', '!node_modules/*/*.html', '!*/node_modules/*.html'], options: { jshintrc: ".jshintrc" //,reporter: require('jshint-stylish') diff --git a/package.json b/package.json index c747b0ca..0f32886c 100644 --- a/package.json +++ b/package.json @@ -31,10 +31,10 @@ "when": "^3.7.8", "exif": "^0.6.0", "ngeohash": "^0.6.0", - "nodemailer" : "^1.11.0", - "poplib" : "^0.1.7", - "mailparser" : "^0.6.2", - "imap" : "^0.8.19", + "nodemailer": "^1.11.0", + "poplib": "^0.1.7", + "mailparser": "^0.6.2", + "imap": "^0.8.19", "msgpack-js": "^0.3.0" }, "engines": {