Skip to content

Commit

Permalink
fix(docz-core): use docz-utils for get and mergeWith
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Dec 13, 2019
1 parent 53fbde0 commit f222083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/docz-core/templates/gatsby-config.tpl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { mergeWith } = require('lodash/fp')
const { mergeWith } = require('docz-utils')
const fs = require('fs-extra')

let custom = {}
Expand Down
2 changes: 1 addition & 1 deletion core/docz-core/templates/gatsby-node.tpl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const get = require('lodash/get')
const { get } = require('docz-utils')

const NO_OP = () => {}

Expand Down

0 comments on commit f222083

Please sign in to comment.