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

Commit

Permalink
fix(cbor): Typo in lodash.clonedeep
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 11, 2016
1 parent b20f90b commit 2f617b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbor.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Multiaddr = require('multiaddr')
const NoFilter = require('nofilter')
const defaults = require('lodash.defaults')
const includes = require('lodash.includes')
const cloneDeep = require('lodash.cloneDeep')
const cloneDeep = require('lodash.clonedeep')

exports = module.exports

Expand Down

0 comments on commit 2f617b0

Please sign in to comment.