|
31 | 31 | "src/modules/hints/index.ts",
|
32 | 32 | "src/modules/hints/reducer.ts",
|
33 | 33 | "src/modules/hints/types.ts",
|
| 34 | + "src/modules/package-json/actions.ts", |
| 35 | + "src/modules/package-json/index.ts", |
| 36 | + "src/modules/package-json/reducer.ts", |
| 37 | + "src/modules/package-json/types.ts", |
| 38 | + "src/modules/package-json/utils/packageJson.ts", |
34 | 39 | "src/modules/page/actions.ts",
|
35 | 40 | "src/modules/page/index.ts",
|
36 | 41 | "src/modules/page/page-position/index.ts",
|
37 |
| - "src/modules/page/page/index.ts", |
38 | 42 | "src/modules/page/task-actions/handle-action-string.ts",
|
39 | 43 | "src/modules/page/task-actions/handle-actions.ts",
|
40 | 44 | "src/modules/page/task-actions/index.ts",
|
41 | 45 | "src/modules/page/task-actions/parse-params.ts",
|
42 | 46 | "src/modules/page/task-actions/parser.ts",
|
43 | 47 | "src/modules/page/task-tests/index.ts",
|
44 |
| - "src/modules/page/tasks/index.ts", |
45 | 48 | "src/modules/page/types.ts",
|
46 | 49 | "src/modules/progress/actions.ts",
|
47 | 50 | "src/modules/progress/index.ts",
|
|
79 | 82 | "src/modules/tutorials/reducer.ts",
|
80 | 83 | "src/modules/tutorials/types.ts",
|
81 | 84 | "src/reducers.ts",
|
| 85 | + "src/selectors.ts", |
82 | 86 | "src/store.ts",
|
83 | 87 | "src/subscriptions.ts",
|
84 | 88 | "src/typings.d.ts",
|
|
98 | 102 | "src/components/common/Save.tsx",
|
99 | 103 | "src/components/common/ToggleDevTools.tsx",
|
100 | 104 | "src/components/FinalPage/index.tsx",
|
| 105 | + "src/components/Page/Continue/index.tsx", |
101 | 106 | "src/components/Page/EditPage/index.tsx",
|
102 | 107 | "src/components/Page/Hints/HintButton.tsx",
|
103 | 108 | "src/components/Page/Hints/index.tsx",
|
|
127 | 132 | "src/components/Tutorials/SelectTutorial/index.tsx",
|
128 | 133 | "src/components/Tutorials/UpdateTutorial/index.tsx",
|
129 | 134 | "src/modules/hints/Hints/HintButton.tsx",
|
130 |
| - "src/modules/hints/Hints/index.tsx", |
131 |
| - "src/modules/page/Continue/index.tsx" |
| 135 | + "src/modules/hints/Hints/index.tsx" |
132 | 136 | ],
|
133 | 137 | "exclude": [
|
134 | 138 | "node_modules"
|
|
0 commit comments