grunt-template-coffee
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "grunt-template-coffee", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Grunt-init scaffolding template for CoffeeScript applications", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
@@ -0,1 +1,2 @@ | ||
/* | ||
@@ -11,8 +12,6 @@ Dreamscapes\Grunt-Template-Coffee | ||
@license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License | ||
*/ | ||
*/ | ||
(function() { | ||
exports.description = 'Create a node.js project written with CoffeeScript, linted with\ | ||
CoffeeLint, tested with mocha/should.js and documented with Codo'; | ||
exports.description = 'Create a node.js project written with CoffeeScript, linted with CoffeeLint, tested with mocha/should.js and documented with Codo'; | ||
@@ -44,2 +43,3 @@ exports.notes = ''; | ||
"grunt-contrib-copy": "~0.5.0", | ||
"grunt-contrib-uglify": "~0.3.1", | ||
"grunt-contrib-watch": "~0.5.3", | ||
@@ -46,0 +46,0 @@ "grunt-mocha-cli": "~1.5.0", |
Sorry, the diff of this file is not supported yet
28744