Skip to content

Commit 80cd15c

Browse files
authored
Merge pull request #52 from knalbandianbrightgrove/hotfix/fix-IE8
Fix IE8
2 parents 92576b8 + 899b7f4 commit 80cd15c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"standard": "^10.0.1"
6666
},
6767
"dependencies": {
68+
"clone": "^2.1.1",
6869
"debug": "~2.6.3",
69-
"lodash.clonedeep": "~4.5.0",
7070
"lodash.isobjectlike": "~4.0.0",
7171
"object-hash": "~1.1.8",
7272
"selectn": "~1.1.2"

src/rule-result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
import deepClone from 'lodash.clonedeep'
3+
import deepClone from 'clone'
44

55
export default class RuleResult {
66
constructor (conditions, event, priority) {

0 commit comments

Comments
 (0)