Skip to content

Commit

Permalink
wtf is that npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
icepeng committed Feb 14, 2017
1 parent db49e09 commit 07e2cc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/index.js
Expand Up @@ -46,7 +46,7 @@ module.exports = Generator.extend({
this.destinationPath('src'),
this.props);
this.fs.copy(
this.templatePath('.gitignore'),
this.templatePath('.gitignore.template'),
this.destinationPath('.gitignore'));
this.fs.copy(
this.templatePath('gulpfile.js'),
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "generator-express-pgp-typescript",
"version": "0.2.0-alpha.1",
"version": "0.2.0-alpha.2",
"description": "express pg-promise generator with typescript",
"homepage": "",
"author": {
Expand Down

0 comments on commit 07e2cc9

Please sign in to comment.