This commit is contained in:
parent
ea3644b835
commit
5ec975739d
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
- package updates
|
||||||
|
- documentation improvements
|
||||||
|
- better testing
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
initial release
|
15
package.json
15
package.json
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user