diff --git a/Gruntfile.js b/Gruntfile.js index 7425fcc..4d80515 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -33,8 +33,8 @@ module.exports = function(grunt) { match: /\{\/\* include\("(.*?)"\) \*\/\}/, replacement: (match, filename) => { return grunt.file.read(filename) - .replace(/\n$/, "") - .replace(/^[^{]/gm, " $&"); + .replace(/\n$/, "") + .replace(/^[^{]/gm, " $&"); }, }, { diff --git a/package.json b/package.json index bb65a7c..55cf2a3 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "grunt-babel": "^6.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-coveralls": "^1.0.1", - "grunt-replace": "*", - "gruntify-eslint": "*", + "grunt-replace": "^1.0.1", + "gruntify-eslint": "^4.0.0", "istanbul-lib-instrument": "^1.1.3", "jsdom": "^9.6.0", "mocha": "^3.1.0",