diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-14 10:13:55 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-14 10:13:55 +0000 |
| commit | a532390f81e35f611fd02ad3d543f4d52217ca3c (patch) | |
| tree | 7bebb4f5614afb82c3103b6e9730a62f0b97a42d /node_modules/bcrypt-nodejs | |
| parent | ef2674cfe13d2c425c5a3b312244c46f2531979d (diff) | |
Fixed signin and signup
Diffstat (limited to 'node_modules/bcrypt-nodejs')
| -rw-r--r-- | node_modules/bcrypt-nodejs/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/node_modules/bcrypt-nodejs/package.json b/node_modules/bcrypt-nodejs/package.json index c3f3940..cfd140d 100644 --- a/node_modules/bcrypt-nodejs/package.json +++ b/node_modules/bcrypt-nodejs/package.json @@ -9,7 +9,7 @@ "version": "0.0.3", "repository": { "type": "git", - "url": "git+https://github.com/shaneGirish/bcryptJS.git" + "url": "https://github.com/shaneGirish/bcryptJS.git" }, "bugs": { "url": "https://github.com/shaneGirish/bcrypt-nodejs/issues" @@ -59,7 +59,5 @@ "directories": {}, "_shasum": "c60917f26dc235661566c681061c303c2b28842b", "_resolved": "https://registry.npmjs.org/bcrypt-nodejs/-/bcrypt-nodejs-0.0.3.tgz", - "_from": "bcrypt-nodejs@0.0.3", - "readme": "ERROR: No README data found!", - "homepage": "https://github.com/shaneGirish/bcryptJS#readme" + "_from": "bcrypt-nodejs@0.0.3" } |
