We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c0dbdf + 8a3512e commit 4a6008fCopy full SHA for 4a6008f
app/index.js
@@ -22,6 +22,8 @@ var Generator = module.exports = function() {
22
23
this.copy(file, file);
24
}, this);
25
+
26
+ this.config.save();
27
};
28
29
Generator.name = "jQuery Boilerplate";
package.json
@@ -35,10 +35,10 @@
35
"npm": ">=1.2.10"
36
},
37
"dependencies": {
38
- "yeoman-generator": "~0.12.0",
39
- "chalk": "~0.2.0"
+ "yeoman-generator": "~0.18.0",
+ "chalk": "~0.5.1"
40
41
"devDependencies": {
42
- "mocha": "~1.12.0"
+ "mocha": "~2.0.1"
43
}
44
0 commit comments