Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
fix(package): add missing lodash.uniqby dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
haadcode committed Dec 20, 2016
1 parent c79946a commit 9304328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"pre-commit": "^1.2.2"
},
"dependencies": {
"lodash.uniqby": "^4.7.0",
"multiaddr": "^2.0.3",
"peer-id": "^0.8.1"
},
Expand All @@ -55,4 +56,4 @@
"greenkeeperio-bot <support@greenkeeper.io>",
"npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>"
]
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const Id = require('peer-id')
const multiaddr = require('multiaddr')
const uniqBy = require('lodash').uniqBy
const uniqBy = require('lodash.uniqby')

exports = module.exports = PeerInfo

Expand Down

0 comments on commit 9304328

Please sign in to comment.