Skip to content

Commit

Permalink
refactor: requiring lodash get
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Mar 10, 2023
1 parent e7590e2 commit 5ddee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process-stacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const {match} = require('posthtml/lib/api');
const {render} = require('posthtml-render');
const {get} = require('lodash');
const get = require('lodash/get');

/**
* Process <push> tag
Expand Down

0 comments on commit 5ddee42

Please sign in to comment.