fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-19 13:56:06 +02:00
parent b116d4e164
commit a4a13e665a

View File

@ -1,13 +1,17 @@
{ {
"name": "@sapphirecode/auth-server-helper", "name": "@sapphirecode/auth-server-helper",
"version": "1.1.1", "version": "1.1.0",
"main": "index.js", "main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>", "author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/auth-server-helper",
"license": "MIT", "license": "MIT",
"description": "authentication middleware for express", "description": "authentication middleware for express",
"repository": { "repository": {
"type": "git", "type": "git",
"directory": "git@git.scode.ovh:timo/auth-server-helper" "directory": "https://git.scode.ovh:timo/auth-server-helper.git"
}, },
"devDependencies": { "devDependencies": {
"@sapphirecode/auth-client-helper": "^1.0.45", "@sapphirecode/auth-client-helper": "^1.0.45",
@ -34,5 +38,10 @@
"files": [ "files": [
"LICENSE", "LICENSE",
"index.js" "index.js"
],
"keywords": [
"authentication",
"express",
"middleware"
] ]
} }