Skip to content

Commit

Permalink
Merge pull request #9 from grandemayta/develop
Browse files Browse the repository at this point in the history
fix issue with gitignore file
  • Loading branch information
grandemayta authored Nov 3, 2019
2 parents 807e475 + 061b197 commit 9d89510
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class WebComponentsCLI {
projectData
);
mfsEditor.copy(
`${this.src}/.gitignore`,
`${this.root}/.gitignore`,
`${this.dest}/.gitignore`
);
}
Expand Down
94 changes: 0 additions & 94 deletions cva-boilerplate/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bin": {
"create-vanilla-app": "cli.js"
},
"version": "1.1.3",
"version": "1.1.4",
"author": {
"name": "Gabriel Mayta",
"email": "[email protected]",
Expand Down

0 comments on commit 9d89510

Please sign in to comment.