|
13 | 13 | 'asset' => 'interactivity/index.min.asset.php', |
14 | 14 | ), |
15 | 15 | array( |
16 | | - 'id' => '@wordpress/interactivity-router', |
17 | | - 'path' => 'interactivity-router/index', |
18 | | - 'asset' => 'interactivity-router/index.min.asset.php', |
19 | | - ), |
20 | | - array( |
21 | | - 'id' => '@wordpress/interactivity-router/full-page', |
22 | | - 'path' => 'interactivity-router/full-page', |
23 | | - 'asset' => 'interactivity-router/full-page.min.asset.php', |
| 16 | + 'id' => '@wordpress/a11y', |
| 17 | + 'path' => 'a11y/index', |
| 18 | + 'asset' => 'a11y/index.min.asset.php', |
24 | 19 | ), |
25 | 20 | array( |
26 | 21 | 'id' => '@wordpress/latex-to-mathml', |
|
32 | 27 | 'path' => 'latex-to-mathml/loader', |
33 | 28 | 'asset' => 'latex-to-mathml/loader.min.asset.php', |
34 | 29 | ), |
| 30 | + array( |
| 31 | + 'id' => '@wordpress/interactivity-router', |
| 32 | + 'path' => 'interactivity-router/index', |
| 33 | + 'asset' => 'interactivity-router/index.min.asset.php', |
| 34 | + ), |
| 35 | + array( |
| 36 | + 'id' => '@wordpress/interactivity-router/full-page', |
| 37 | + 'path' => 'interactivity-router/full-page', |
| 38 | + 'asset' => 'interactivity-router/full-page.min.asset.php', |
| 39 | + ), |
35 | 40 | array( |
36 | 41 | 'id' => '@wordpress/vips/worker', |
37 | 42 | 'path' => 'vips/worker', |
|
42 | 47 | 'path' => 'vips/loader', |
43 | 48 | 'asset' => 'vips/loader.min.asset.php', |
44 | 49 | ), |
45 | | - array( |
46 | | - 'id' => '@wordpress/a11y', |
47 | | - 'path' => 'a11y/index', |
48 | | - 'asset' => 'a11y/index.min.asset.php', |
49 | | - ), |
50 | 50 | array( |
51 | 51 | 'id' => '@wordpress/abilities', |
52 | 52 | 'path' => 'abilities/index', |
53 | 53 | 'asset' => 'abilities/index.min.asset.php', |
54 | 54 | ), |
55 | | - array( |
56 | | - 'id' => '@wordpress/core-abilities', |
57 | | - 'path' => 'core-abilities/index', |
58 | | - 'asset' => 'core-abilities/index.min.asset.php', |
59 | | - ), |
60 | 55 | array( |
61 | 56 | 'id' => '@wordpress/route', |
62 | 57 | 'path' => 'route/index', |
63 | 58 | 'asset' => 'route/index.min.asset.php', |
64 | 59 | ), |
| 60 | + array( |
| 61 | + 'id' => '@wordpress/core-abilities', |
| 62 | + 'path' => 'core-abilities/index', |
| 63 | + 'asset' => 'core-abilities/index.min.asset.php', |
| 64 | + ), |
65 | 65 | array( |
66 | 66 | 'id' => '@wordpress/connectors', |
67 | 67 | 'path' => 'connectors/index', |
|
0 commit comments