We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6751b33 commit a190a6bCopy full SHA for a190a6b
2 files changed
generators/app/index.js
@@ -153,7 +153,7 @@ export default class extends Generator {
153
}
154
155
async install() {
156
- this.npmInstall();
+ // this.npmInstall();
157
158
159
getAuthor() {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generator-babel-plugins",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Yeoman generator",
5
"license": "MIT",
6
"main": "app/index.js",
0 commit comments