remove typescript
continuous-integration/drone/push Build is passing Details

It works now why change it

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-02-06 15:30:57 -06:00
parent 22c69bc1b7
commit 34c1302905
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 6 deletions

View File

@ -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"
}