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
|
17
package.json
17
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user