ywca-chapter03
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -32,3 +32,3 @@ 'use strict'; | ||
this.templatePath('_minimum.js'), | ||
this.destinationPath('triangle.js') | ||
this.destinationPath('minimum.js') | ||
) | ||
@@ -35,0 +35,0 @@ this.fs.copy( |
@@ -473,3 +473,3 @@ // Chapter 3 | ||
bark = console.log (bark, times) { | ||
bark = function (bark, times) { | ||
var min = 0; | ||
@@ -476,0 +476,0 @@ var max = times; |
{ | ||
"name": "ywca-chapter03", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Yeoman generator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
69413