Skip to content

Commit

Permalink
deps: add missing uuid dependency
Browse files Browse the repository at this point in the history
Add a missing dependency to package.json.

The package was located in the tree as a deduplicated transitive
dependency, so it went unnoticed until the tree changed its shape in
#277

PR-URL: #280
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
Reviewed-By: Mykola Bilochub <nbelochub@gmail.com>
  • Loading branch information
aqrln authored and belochub committed Jan 22, 2018
1 parent 8660b7a commit ea277e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"./lib/simple-auth-policy.js": false
},
"dependencies": {
"uuid": "^3.1.0",
"websocket": "^1.0.24"
},
"devDependencies": {
Expand Down

0 comments on commit ea277e9

Please sign in to comment.