diff --git a/Gruntfile.js b/Gruntfile.js index 254e80f..73b5701 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -14,7 +14,9 @@ module.exports = function (grunt) { 'nice-package': { all: { - options: {} + options: { + blankLine: true + } } }, diff --git a/package.json b/package.json index a4cdde6..0721e3f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-qunit": "~0.4.0", "grunt-deps-ok": "~0.1.7", - "grunt-nice-package": "~0.2.1", + "grunt-nice-package": "~0.2.2", "grunt-node-qunit": "~2.0.2", "grunt-npm2bower-sync": "~0.3.0", "gt": "~0.8.33", @@ -47,4 +47,4 @@ "gt": "node ./node_modules/gt qunit-promises.js test/node-tests.js --output", "coveralls": "cat cover/lcov.info | ./node_modules/coveralls/bin/coveralls.js" } -} \ No newline at end of file +}