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

Commit f95fef4

Browse files
authored
chore: use lodash main dependency
1 parent 73d4530 commit f95fef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"async": "^2.6.1",
4646
"interface-datastore": "~0.4.2",
4747
"libp2p-crypto": "~0.13.0",
48-
"lodash.merge": "^4.6.1",
48+
"lodash": "^4.6.1",
4949
"pull-stream": "^3.6.8",
5050
"sanitize-filename": "^1.6.1"
5151
},

src/keychain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict'
33

44
const sanitize = require('sanitize-filename')
5-
const deepmerge = require('lodash.merge')
5+
const deepmerge = require('lodash/merge')
66
const crypto = require('libp2p-crypto')
77
const DS = require('interface-datastore')
88
const pull = require('pull-stream')

0 commit comments

Comments
 (0)