dumi 2.4.0-alpha.3 → 2.4.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -153,9 +153,11 @@ var compile_default = (api) => {
153
153
  });
154
154
  api.modifyConfig((memo) => {
155
155
  if (memo.mako) {
156
- memo.mako.plugins = [{
157
- load: (0, import_makoHooks.getLoadHook)(api)
158
- }];
156
+ memo.mako.plugins = [
157
+ {
158
+ load: (0, import_makoHooks.getLoadHook)(api)
159
+ }
160
+ ];
159
161
  }
160
162
  return memo;
161
163
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dumi",
3
- "version": "2.4.0-alpha.3",
3
+ "version": "2.4.0-alpha.4",
4
4
  "description": "📖 Documentation Generator of React Component",
5
5
  "keywords": [
6
6
  "generator",