REMOVED unneeded minification support.

REMOVED unneeded favicon support.
REMOVED extra broken template.
UPDATED to use fewer libraries.
UPDATED to v0.3.0.
This commit is contained in:
2018-07-02 19:21:42 -04:00
parent 366fdfdd88
commit 0f1b458806
4 changed files with 2 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mysticbits/codex-mythica",
"version": "0.2.5",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
@@ -12,11 +12,7 @@
"debug": "~0.7.4",
"ejs": "^2.5.7",
"express": "~4.16.0",
"express-minify": "^1.0.0",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"static-favicon": "~1.0.0",
"uglify-es": "^3.3.5"
"morgan": "~1.0.0"
},
"author": {
"name": "Eric Woodward",