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

Commit

Permalink
Adds grunt as a local dev dependency. Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
tddewey committed Apr 26, 2013
1 parent 5c78b87 commit a62af55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ exports.template = function( grunt, init, done ) {
props.keywords = [];
props.version = '0.1.0';
props.devDependencies = {
'grunt': '~0.4.1',
'grunt-contrib-concat': '~0.1.2',
'grunt-contrib-uglify': '~0.1.1',
'grunt-contrib-cssmin': '~0.6.0',
Expand Down

0 comments on commit a62af55

Please sign in to comment.