Skip to content

Commit

Permalink
Using lodash.clonedeep instead of lodash to decrease module size
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardomozartlino committed May 19, 2022
1 parent c14893f commit 8b9755a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4,579 deletions.
2 changes: 1 addition & 1 deletion lib/stores/memory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*eslint no-unused-vars:0*/
var Lru = require("lru-cache");
var cloneDeep = require('lodash/cloneDeep');
var cloneDeep = require('lodash.clonedeep');
var utils = require('../utils');
var isObject = utils.isObject;

Expand Down
Loading

0 comments on commit 8b9755a

Please sign in to comment.