This repository was archived by the owner on Sep 21, 2018. It is now read-only.
Commit 1605d0e
fix(build): ngrx-store-freeze is a dependency also in production (#39)
As other dev tools like *ngrx-store-logger* and *@ngrx/store-log-monitor*, *ngrx-store-freeze* is imported and referenced in code whether its a development or production environment. Hence it seems correct to list that under *dependencies* with the others, as opposed to *devDependencies*.1 parent 3171428 commit 1605d0e
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments