jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
modules
Last commit date
boot
2 weeks ago
data
4 days ago
externals
4 days ago
fields
4 days ago
init
4 days ago
site-sync
4 days ago
ui
4 days ago
widgets-toolkit
4 days ago
registry.php
3 weeks ago
registry.php
46 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Script module registry - Auto-generated by build process. |
| 4 | * Do not edit this file manually. |
| 5 | * |
| 6 | * @package jpa |
| 7 | */ |
| 8 | |
| 9 | return array( |
| 10 | array( |
| 11 | 'id' => '@jetpack-premium-analytics/data', |
| 12 | 'path' => 'data/index', |
| 13 | 'asset' => 'data/index.min.asset.php', |
| 14 | ), |
| 15 | array( |
| 16 | 'id' => '@jetpack-premium-analytics/externals', |
| 17 | 'path' => 'externals/index', |
| 18 | 'asset' => 'externals/index.min.asset.php', |
| 19 | ), |
| 20 | array( |
| 21 | 'id' => '@jetpack-premium-analytics/fields', |
| 22 | 'path' => 'fields/index', |
| 23 | 'asset' => 'fields/index.min.asset.php', |
| 24 | ), |
| 25 | array( |
| 26 | 'id' => '@jetpack-premium-analytics/init', |
| 27 | 'path' => 'init/index', |
| 28 | 'asset' => 'init/index.min.asset.php', |
| 29 | ), |
| 30 | array( |
| 31 | 'id' => '@jetpack-premium-analytics/site-sync', |
| 32 | 'path' => 'site-sync/index', |
| 33 | 'asset' => 'site-sync/index.min.asset.php', |
| 34 | ), |
| 35 | array( |
| 36 | 'id' => '@jetpack-premium-analytics/ui', |
| 37 | 'path' => 'ui/index', |
| 38 | 'asset' => 'ui/index.min.asset.php', |
| 39 | ), |
| 40 | array( |
| 41 | 'id' => '@jetpack-premium-analytics/widgets-toolkit', |
| 42 | 'path' => 'widgets-toolkit/index', |
| 43 | 'asset' => 'widgets-toolkit/index.min.asset.php', |
| 44 | ), |
| 45 | ); |
| 46 |