Skip to content

Commit

Permalink
updated package json and .gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Brokmeier committed Jun 29, 2017
1 parent daf73e9 commit 26509ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
node_modules/
.DS_Store
.idea/

npm-debug.log
3 changes: 2 additions & 1 deletion generators/app/templates/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules/
npm-debug.log
.nyc_output
.idea/
*.iml
*.iml
lib/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A minimal Yeoman Generator for creating NodeJS modules using TypeScript and including a minimal express server.",
"license": "MIT",
"main": "app/index.js",
"repository": "ospatil/generator-node-typescript",
"repository": "opitzconsulting/generator-node-express-typescript",
"author": {
"name": "Omkar Patil",
"email": "[email protected]",
Expand Down

0 comments on commit 26509ed

Please sign in to comment.