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

This commit is contained in:
Timo Hocker 2020-07-19 14:01:17 +02:00
parent ea3644b835
commit 5ec975739d
2 changed files with 24 additions and 4 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# Changelog
## 1.1.0
- package updates
- documentation improvements
- better testing
## 1.0.0
initial release

View File

@ -1,13 +1,17 @@
{
"name": "@sapphirecode/auth-client-helper",
"version": "1.0.57",
"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-client-helper",
"license": "MIT",
"description": "client helper to authenticate on servers using the auth-server-helper",
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/auth-client-helper"
"url": "https://git.scode.ovh:timo/auth-client-helper.git"
},
"devDependencies": {
"@sapphirecode/eslint-config": "^2.1.4",
@ -31,5 +35,10 @@
"files": [
"LICENSE",
"index.js"
],
"keywords": [
"authentication",
"helper",
"auth-server-helper"
]
}