Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
chore(grunt-horde): Upgrade to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Smith committed Jun 2, 2013
1 parent a9b8742 commit d37a789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module.exports = function(grunt) {

require('grunt-horde')
.create(grunt)
.demand('projName', 'lru-list')
.demand('instanceName', 'lruList')
.demand('klassName', 'LRUList')
.demand('initConfig.projName', 'lru-list')
.demand('initConfig.instanceName', 'lruList')
.demand('initConfig.klassName', 'LRUList')
.loot('node-component-grunt')
.attack();
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"grunt-contrib-uglify": "~0.2.0",
"grunt-shell": "~0.2.2",
"mocha": "~1.10.0",
"grunt-horde": "~0.2.1",
"grunt-horde": "~0.3.0",
"node-component-grunt": "git://github.com/codeactual/node-component-grunt.git"
},
"scripts": {
Expand Down

0 comments on commit d37a789

Please sign in to comment.