Skip to content

Commit 4ceb4f2

Browse files
committed
added public folder for static files
1 parent da33973 commit 4ceb4f2

8 files changed

+9354
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
### v0.6.0 (2016-08-08)
4-
- improved logging
4+
- improved application logging
5+
- added morgan for http request logging
56
- added urls to readme
7+
- added public folder for static files
8+
- added example static page
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"homepage": "https://github.com/RobYed/nodejs-typescript-starter#readme",
3434
"dependencies": {
3535
"express": "^4.14.0",
36+
"morgan": "^1.7.0",
3637
"winston": "^2.2.0"
3738
},
3839
"devDependencies": {
3940
"istanbul": "^0.4.4",
4041
"jasmine": "^2.4.1",
41-
"morgan": "^1.7.0",
4242
"nodemon": "^1.10.0",
4343
"snyk": "^1.18.0",
4444
"tslint": "^3.14.0",

0 commit comments

Comments
 (0)