Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
chore: use lodash main dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Jul 3, 2018
1 parent 73d4530 commit f95fef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"async": "^2.6.1",
"interface-datastore": "~0.4.2",
"libp2p-crypto": "~0.13.0",
"lodash.merge": "^4.6.1",
"lodash": "^4.6.1",
"pull-stream": "^3.6.8",
"sanitize-filename": "^1.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/keychain.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'

const sanitize = require('sanitize-filename')
const deepmerge = require('lodash.merge')
const deepmerge = require('lodash/merge')
const crypto = require('libp2p-crypto')
const DS = require('interface-datastore')
const pull = require('pull-stream')
Expand Down

0 comments on commit f95fef4

Please sign in to comment.