From 264271c80ed7d837bde4e1271cd87eaf50ba8e39 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Fri, 15 Jan 2021 20:02:36 +0100 Subject: [PATCH] fix typescript definitions --- .gitignore | 1 + package.json | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c8e9540..89fb479 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ # stryker temp files .stryker-tmp +*.d.ts diff --git a/package.json b/package.json index 85fa0b6..8d3960d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/password-helper", - "version": "1.0.50", + "version": "1.0.51", "main": "index.js", "author": { "name": "Timo Hocker", @@ -38,10 +38,11 @@ }, "files": [ "LICENSE", - "index.js" + "*.js", + "*.d.ts" ], "keywords": [ "argon2", "hashing" ] -} +} \ No newline at end of file