fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2021-01-15 13:48:29 +01:00
parent e326c6c077
commit d286548850

View File

@ -5,8 +5,13 @@
"author": { "author": {
"name": "Timo Hocker", "name": "Timo Hocker",
"email": "timo@scode.ovh" "email": "timo@scode.ovh"
},
"repository": {
"type": "git",
"url": "https://git.scode.ovh/timo/auth-server-helper.git"
}, },
"description": "authentication middleware for express", "bugs": "https://git.scode.ovh/timo/auth-server-helper",
"description": "authentication middleware for node http and express",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@ert78gb/jasmine-ts": "^0.3.1", "@ert78gb/jasmine-ts": "^0.3.1",
@ -46,4 +51,4 @@
"engines": { "engines": {
"node": ">=10.0.0" "node": ">=10.0.0"
} }
} }