Skip to content

Commit 13078eb

Browse files
committed
Less clutter when setting the configuration.
1 parent 024cfd6 commit 13078eb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

dist/utils.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,11 @@ Object.defineProperty(exports, '__esModule', {
66

77
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
88

9-
var _lodashObjectKeys = require('lodash/object/keys');
10-
11-
var _lodashObjectKeys2 = _interopRequireDefault(_lodashObjectKeys);
12-
13-
var _lodashArrayDifference = require('lodash/array/difference');
14-
15-
var _lodashArrayDifference2 = _interopRequireDefault(_lodashArrayDifference);
16-
179
var _lodashCollectionForEach = require('lodash/collection/forEach');
1810

1911
var _lodashCollectionForEach2 = _interopRequireDefault(_lodashCollectionForEach);
2012

2113
exports['default'] = {
22-
keys: _lodashObjectKeys2['default'],
23-
difference: _lodashArrayDifference2['default'],
2414
forEach: _lodashCollectionForEach2['default']
2515
};
2616
module.exports = exports['default'];

0 commit comments

Comments
 (0)