Skip to content

Commit

Permalink
fix: remove leftover reference to lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 30, 2019
1 parent 14f6a0f commit 34c6519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

const _ = require('lodash');
const cloneDeep = require('lodash.clonedeep');
const get = require('./get');
const set = require('lodash.set');
Expand Down

0 comments on commit 34c6519

Please sign in to comment.