Remove deprecated, and add in types and loggin
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chrisvrose/nodejs-fm.git"
|
||||
},
|
||||
"prettier":{
|
||||
"prettier": {
|
||||
"tabWidth": 4,
|
||||
"semi": true
|
||||
},
|
||||
@@ -31,9 +31,12 @@
|
||||
"connect-busboy": "0.0.2",
|
||||
"express": "^4.17.1",
|
||||
"jquery": "^3.5.1",
|
||||
"mocha": "^6.2.3"
|
||||
"mocha": "^6.2.3",
|
||||
"morgan": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.9",
|
||||
"@types/node": "^14.14.10",
|
||||
"chai": "^4.2.0",
|
||||
"chai-http": "^4.3.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user