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