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",
"version": "1.1.1",
"version": "1.1.0",
"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",
"description": "authentication middleware for express",
"repository": {
"type": "git",
"directory": "git@git.scode.ovh:timo/auth-server-helper"
"directory": "https://git.scode.ovh:timo/auth-server-helper.git"
},
"devDependencies": {
"@sapphirecode/auth-client-helper": "^1.0.45",
@ -34,5 +38,10 @@
"files": [
"LICENSE",
"index.js"
],
"keywords": [
"authentication",
"express",
"middleware"
]
}