Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated dependency
  • Loading branch information
bahmutov committed Feb 22, 2014
1 parent 55eee69 commit cd2d94f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Expand Up @@ -14,7 +14,9 @@ module.exports = function (grunt) {

'nice-package': {
all: {
options: {}
options: {
blankLine: true
}
}
},

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit cd2d94f

Please sign in to comment.