Skip to content

Commit ac58cac

Browse files
author
Paul van Brenk
committed
Add @types to package.json
1 parent 15a1bc7 commit ac58cac

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
"dependencies": {
1313
"debug": "^2.2.0",
1414
"express": "^4.14.0",
15-
"pug": "^2.0.0-beta6"
15+
"pug": "^2.0.0-rc.3"
16+
},
17+
"devDependencies": {
18+
"@types/debug": "0.0.30",
19+
"@types/express": "^4.0.37",
20+
"@types/express-serve-static-core": "^4.0.50",
21+
"@types/mime": "^1.3.1",
22+
"@types/serve-static": "^1.7.32"
1623
},
1724
"engines": {
1825
"node": "~6.10.x"

Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptExpressApp/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"dependencies": {
1414
"debug": "^2.2.0",
1515
"express": "^4.14.0",
16-
"pug": "^2.0.0-beta6"
16+
"pug": "^2.0.0-rc.3"
17+
},
18+
"devDependencies": {
19+
"@types/debug": "0.0.30",
20+
"@types/express": "^4.0.37",
21+
"@types/express-serve-static-core": "^4.0.50",
22+
"@types/mime": "^1.3.1",
23+
"@types/serve-static": "^1.7.32"
1724
}
1825
}

0 commit comments

Comments
 (0)