Skip to content

Commit 1091efc

Browse files
committed
Remove node-uuid
We currently install `uuid` and `node-uuid`. `node-uuid` is deprecated in favor of `uuid`. It seems like we already switched a while ago, but somehow missed to remove the dependency. This patch does exactly that. It removes the dependency from `package.json` and this way removes the warning during install about `node-uuid` being deprecated. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
1 parent f992960 commit 1091efc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
"moment": "^2.17.1",
9090
"morgan": "^1.7.0",
9191
"mysql": "^2.12.0",
92-
"node-uuid": "^1.4.7",
9392
"passport": "^0.4.0",
9493
"passport-dropbox-oauth2": "^1.1.0",
9594
"passport-facebook": "^2.1.1",

0 commit comments

Comments
 (0)