Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Bugfix missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteMX committed Nov 25, 2017
1 parent 2fb9aab commit 62acb20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions generators/app/templates/_gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build
node_modules
dist
package-lock.json
2 changes: 1 addition & 1 deletion generators/app/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = class extends Generator {
this._copySourceFile('.editorconfig');
this._copySourceFile('.eslintignore');
this._copySourceFile('.eslintrc');
this._copySourceFile('.gitignore');
this.fs.copy(this.templatePath(`_gitignore`), this.destinationPath('.gitignore'));
this._copySourceFile('Gulpfile.js');
this._copySourceFile('postcss.config.js');
this._copySourceFile('webpack.config.js');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-mendix-widget",
"version": "1.1.0",
"version": "1.1.1",
"description": "Generate Mendix Widgets in ES6 style",
"homepage": "https://github.com/JelteMX/generator-mendix-widget/",
"author": {
Expand Down

0 comments on commit 62acb20

Please sign in to comment.