Commit 4160696
committed
fix(dependencies): fix lodash is missing bug
Unfortunately I assumed that lodash was a dependency already. In reality it was a dev dependency.
This meant that if you had your NODE_ENV set to production then you would experience this strange
but expected error. This fix moves lodash to be a full dependency.
Closes #611 parent 0c71d72 commit 4160696
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments