@coremod/public
Advanced tools
Comparing version 0.2.3 to 0.2.6
{ | ||
"name": "@coremod/public", | ||
"version": "0.2.3", | ||
"version": "0.2.6", | ||
"description": "Express public folder for Coremod Typescript Node.js application.", | ||
"main": "dist/index.js", | ||
"main": "src/index.ts", | ||
"scripts": { | ||
@@ -31,3 +31,3 @@ "build": "tsc -d", | ||
"@types/serve-favicon": "^2.5.0", | ||
"coremod": "^0.2.3", | ||
"coremod": "^0.2.6", | ||
"express": "^4.17.1", | ||
@@ -38,3 +38,3 @@ "ts-node": "^8.10.2", | ||
}, | ||
"gitHead": "4082dbcc2a66b5f9def96f5dd0a1db8d7aa00c04", | ||
"gitHead": "908c8020af63d1416706bb8ba8e330d22e84a7b2", | ||
"files": [ | ||
@@ -41,0 +41,0 @@ "src", |
7436