It works now why change it Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
22c69bc1b7
commit
34c1302905
1 changed files with 1 additions and 6 deletions
|
@ -8,8 +8,7 @@
|
|||
"megalodon": "^4.0.0",
|
||||
"morgan": "^1.10.0",
|
||||
"serve-static": "^1.14.2",
|
||||
"timeago.js": "^4.0.2",
|
||||
"typescript": "^4.5.5"
|
||||
"timeago.js": "^4.0.2"
|
||||
},
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
@ -21,10 +20,6 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cors": "^2.8.12",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/morgan": "^1.9.3",
|
||||
"@types/serve-static": "^1.13.10",
|
||||
"eslint": "^8.8.0",
|
||||
"node-sass": "^7.0.1"
|
||||
}
|
||||
|
|
Reference in a new issue