From cd2d94fc777dafd6a358a9f1e7f3f782139ff7e1 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Sat, 22 Feb 2014 15:56:04 -0500 Subject: [PATCH] updated dependency --- Gruntfile.js | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 +}