Skip to content

Commit

Permalink
Remove Gruntfile.js as main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jan 7, 2014
1 parent 8d8fc7a commit 09a2806
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ exports.template = function(grunt, init, done) {
], function(err, props) {
// Set a few grunt-plugin-specific properties.
props.short_name = props.name.replace(/^grunt[\-_]?/, '').replace(/[\W_]+/g, '_').replace(/^(\d)/, '_$1');
props.main = 'Gruntfile.js';
props.npm_test = 'grunt test';
props.keywords = ['gruntplugin'];
props.devDependencies = {
Expand Down

0 comments on commit 09a2806

Please sign in to comment.