mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-03 14:32:18 +00:00
chore: use lodash main dependency
This commit is contained in:
parent
73d4530c5b
commit
f95fef4ad2
@ -45,7 +45,7 @@
|
|||||||
"async": "^2.6.1",
|
"async": "^2.6.1",
|
||||||
"interface-datastore": "~0.4.2",
|
"interface-datastore": "~0.4.2",
|
||||||
"libp2p-crypto": "~0.13.0",
|
"libp2p-crypto": "~0.13.0",
|
||||||
"lodash.merge": "^4.6.1",
|
"lodash": "^4.6.1",
|
||||||
"pull-stream": "^3.6.8",
|
"pull-stream": "^3.6.8",
|
||||||
"sanitize-filename": "^1.6.1"
|
"sanitize-filename": "^1.6.1"
|
||||||
},
|
},
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const sanitize = require('sanitize-filename')
|
const sanitize = require('sanitize-filename')
|
||||||
const deepmerge = require('lodash.merge')
|
const deepmerge = require('lodash/merge')
|
||||||
const crypto = require('libp2p-crypto')
|
const crypto = require('libp2p-crypto')
|
||||||
const DS = require('interface-datastore')
|
const DS = require('interface-datastore')
|
||||||
const pull = require('pull-stream')
|
const pull = require('pull-stream')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user