diff --git a/.npmignore b/.npmignore index fc59ab5..6ea6ed5 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ .vscode .idea +coverage node_modules src .gitignore diff --git a/package-lock.json b/package-lock.json index bc17af0..f8cf545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apihub24/password-hasher", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apihub24/password-hasher", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "@apihub24/token-authentication": "^1.0.0", diff --git a/package.json b/package.json index c26e401..be9aa61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apihub24/password-hasher", - "version": "1.0.3", + "version": "1.0.4", "description": "", "main": "dist/index.js", "types": "./dist/index.d.ts",