Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leleofg committed Sep 10, 2020
1 parent f33b4e4 commit b047100
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.vscode
/node_modules
package-lock.json
/node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -12,17 +12,17 @@
"scripts": {
"test": "node test.js"
},
"author": "Leonardo Farias <leoo.farias@gmail.com>",
"homepage": "https://github.com/leleofg/password-hash",
"author": "Glauber Portella <glauberportella@gmail.com>",
"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"
}
}
}

0 comments on commit b047100

Please sign in to comment.