forked from ospatil/generator-node-typescript
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated package json and .gitignores
- Loading branch information
Pascal Brokmeier
committed
Jun 29, 2017
1 parent
daf73e9
commit 26509ed
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
node_modules/ | ||
.DS_Store | ||
.idea/ | ||
|
||
npm-debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ node_modules/ | |
npm-debug.log | ||
.nyc_output | ||
.idea/ | ||
*.iml | ||
*.iml | ||
lib/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|