fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-07-19 14:19:54 +02:00
parent be240d8754
commit 9931302872
2 changed files with 19 additions and 4 deletions

9
CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
# CHANGELOG
## 1.1.0
aes encryption functions
## 1.0.0
initial release

View File

@ -2,14 +2,20 @@
"name": "@sapphirecode/crypto-helper",
"version": "1.1.56",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/crypto-helper",
"license": "MIT",
"keywords": [
"cryptography"
"cryptography",
"crypto",
"hashing"
],
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/crypto-helper"
"url": "https://git.scode.ovh:timo/crypto-helper.git"
},
"description": "simple functions for cryptography",
"devDependencies": {
@ -33,4 +39,4 @@
"LICENSE",
"index.js"
]
}
}