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

This commit is contained in:
Timo Hocker 2021-01-15 20:02:36 +01:00
parent 60d6faf8de
commit 264271c80e
2 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
# stryker temp files
.stryker-tmp
*.d.ts

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/password-helper",
"version": "1.0.50",
"version": "1.0.51",
"main": "index.js",
"author": {
"name": "Timo Hocker",
@ -38,7 +38,8 @@
},
"files": [
"LICENSE",
"index.js"
"*.js",
"*.d.ts"
],
"keywords": [
"argon2",