Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Fixes #5. Grunt should now work in generated plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Feb 16, 2014
1 parent a0845bd commit 62b2487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-release');
grunt.loadNpmTasks('grunt-simple-mocha');
grunt.loadNpmTasks('grunt-contrib-watch');

grunt.registerTask('test', 'simplemocha');
grunt.registerTask('default', ['jshint', 'simplemocha', 'watch']);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-feathers-plugin",
"version": "0.3.0",
"version": "0.3.1",
"description": "A generator for Feathersjs Plugins.",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 62b2487

Please sign in to comment.