generator-vue-starter
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -37,7 +37,7 @@ var Generator = require('yeoman-generator'); | ||
this.fs.copyTpl( | ||
this.templatePath('.babelrc'), | ||
this.templatePath('_.babelrc'), | ||
this.destinationPath('.babelrc') | ||
); | ||
this.fs.copyTpl( | ||
this.templatePath('.gitignore'), | ||
this.templatePath('_.gitignore'), | ||
this.destinationPath('.gitignore') | ||
@@ -44,0 +44,0 @@ ); |
{ | ||
"name": "generator-vue-starter", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "This is a generator for vue+webpack. You can choose to start with a base structure of a quick-start structure", | ||
@@ -5,0 +5,0 @@ "files": [ |
31558