File tree 4 files changed +14
-28
lines changed
4 files changed +14
-28
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ jspm_packages
36
36
# Optional REPL history
37
37
.node_repl_history
38
38
39
- # TypeScript
40
- typings
41
-
42
39
# Compile Folder
43
40
dist
44
41
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ I intentionally did not include any database as the choice of the right database
41
41
[ NVM at Github] ( https://github.com/creationix/nvm )
42
42
3 . Install global dependencies:
43
43
44
- ` npm install -g typescript typings `
45
- 4 . Install project dependencies (` npm install ` and ` typings install ` ), build and start dev server:
44
+ ` npm install -g typescript `
45
+ 4 . Install project dependencies (` npm install ` ), build and start dev server:
46
46
47
47
` npm start `
48
48
@@ -60,4 +60,4 @@ Recommended Extensions for Visual Studio Code in combination with this starter t
60
60
* [ Jasmine Code Snippets] ( https://marketplace.visualstudio.com/items?itemName=xabikos.JasmineSnippets )
61
61
62
62
## License, Copyright etc.
63
- Copyright 2016 [ Robert Dey] ( https://github.com/RobYed/ ) Licensed under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) . Please share with your neighbor.
63
+ Copyright 2017 [ Robert Dey] ( https://github.com/RobYed/ ) Licensed under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) . Please share with your neighbor.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodejs-typescript-starter" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
4
"description" : " A template for nodejs projects written in typescript" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"prestart" : " npm install" ,
8
- "postinstall" : " typings install" ,
9
8
"start" : " npm run build" ,
10
9
"prebuild" : " npm run lint" ,
11
10
"build" : " tsc" ,
32
31
},
33
32
"homepage" : " https://github.com/RobYed/nodejs-typescript-starter#readme" ,
34
33
"dependencies" : {
34
+ "@types/body-parser" : " ^1.16.1" ,
35
+ "@types/express" : " ^4.0.35" ,
36
+ "@types/helmet" : " ^0.0.34" ,
37
+ "@types/morgan" : " ^1.7.0" ,
38
+ "@types/winston" : " ^2.3.0" ,
35
39
"body-parser" : " ^1.17.0" ,
36
40
"express" : " ^4.15.0" ,
37
41
"helmet" : " ^3.5.0" ,
38
- "morgan" : " ^1.7 .0" ,
39
- "winston" : " ^2.2 .0"
42
+ "morgan" : " ^1.8 .0" ,
43
+ "winston" : " ^2.3 .0"
40
44
},
41
45
"devDependencies" : {
42
46
"istanbul" : " ^0.4.5" ,
43
47
"jasmine" : " ^2.5.2" ,
44
- "nodemon" : " ^1.10.2 " ,
45
- "snyk" : " ^1.19.1 " ,
48
+ "nodemon" : " ^1.11.0 " ,
49
+ "snyk" : " ^1.25.0 " ,
46
50
"tslint" : " ^4.5.1" ,
47
- "typescript" : " ^2.0.3" ,
48
- "typings" : " ^1.4.0" ,
51
+ "typescript" : " ^2.2.0" ,
49
52
"watch" : " ^1.0.2"
50
53
}
51
54
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments