From b0471009d471770f5bc60b13089cd9689b82ae45 Mon Sep 17 00:00:00 2001 From: Leonardo Farias Galvao Date: Thu, 10 Sep 2020 12:13:24 -0300 Subject: [PATCH] update --- .gitignore | 3 +-- README.md | 2 +- package.json | 14 +++++++------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0e3ed61..2e19994 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .vscode -/node_modules -package-lock.json \ No newline at end of file +/node_modules \ No newline at end of file diff --git a/README.md b/README.md index d99f6da..ed84ae8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ See original PHPass at [https://www.openwall.com/phpass/](https://www.openwall.c # Installation -`npm install node-phpass-leo` +`npm install node-phpass` # Password hash diff --git a/package.json b/package.json index 23714ea..b533e86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "node-phpass-leo", - "version": "1.0.0", + "name": "node-phpass", + "version": "1.0.4", "description": "Openwall PHPass class port to Node - Wordpress class used to hash passwords.", "keywords": [ "phpass", @@ -12,17 +12,17 @@ "scripts": { "test": "node test.js" }, - "author": "Leonardo Farias ", - "homepage": "https://github.com/leleofg/password-hash", + "author": "Glauber Portella ", + "homepage": "https://github.com/glauberportella/password-hash", "repository": { "type": "git", - "url": "https://github.com/leleofg/password-hash.git" + "url": "https://github.com/glauberportella/password-hash.git" }, "license": "MIT", "dependencies": { - "bcrypt": "^5.0.0", + "bcrypt": "^3.0.2", "crypto-js": "^3.1.9-1", "locutus": "^2.0.10", "randbytes": "0.0.1" } -} +} \ No newline at end of file