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

This commit is contained in:
Timo Hocker 2020-07-19 14:12:15 +02:00
parent 67c0cb40de
commit e84f29b28d
2 changed files with 17 additions and 4 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Changelog
## 1.0.0
initial release

View File

@ -1,13 +1,17 @@
{
"name": "@sapphirecode/password-helper",
"version": "1.0.47",
"version": "1.0.46",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/password-helper",
"license": "MIT",
"description": "easy password storage with argon2",
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/password-helper"
"url": "https://git.scode.ovh:timo/password-helper.git"
},
"devDependencies": {
"@sapphirecode/encoding-helper": "^1.0.38",
@ -33,5 +37,9 @@
"files": [
"LICENSE",
"index.js"
],
"keywords": [
"argon2",
"hashing"
]
}