Library updates
This commit is contained in:
20
package.json
20
package.json
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "@mysticbits/codex-mythica",
|
||||
"version": "0.4.0",
|
||||
"name": "@itsericwoodward/codex-mythica",
|
||||
"version": "0.6.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "nodejs ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "~1.0.0",
|
||||
"compression": "^1.7.1",
|
||||
"cookie-parser": "~1.0.1",
|
||||
"debug": "~0.7.4",
|
||||
"ejs": "^2.5.7",
|
||||
"express": "~4.16.0",
|
||||
"morgan": "~1.0.0"
|
||||
"body-parser": "~1.20.3",
|
||||
"compression": "^1.7.4",
|
||||
"cookie-parser": "~1.4.7",
|
||||
"debug": "~4.3.7",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "~4.21.1",
|
||||
"morgan": "~1.10.0"
|
||||
},
|
||||
"author": {
|
||||
"name": "Eric Woodward",
|
||||
@@ -20,6 +20,6 @@
|
||||
"url": "https://itsericwoodward.com/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ejs-lint": "^0.3.0"
|
||||
"ejs-lint": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user