ADDED 404 page.

UPDATED to v0.1.1.
This commit is contained in:
Eric Woodward
2018-01-07 22:06:06 -05:00
committed by Eric Woodward
parent 096e3b8404
commit 3f948c9c20
3 changed files with 169 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mysticbits/codex-mythica",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
@@ -10,7 +10,7 @@
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "^2.5.7",
"express": "~4.0.0",
"express": "~4.16.0",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"static-favicon": "~1.0.0"