mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix check bundles script
This commit is contained in:
+4
-4
@@ -137,19 +137,19 @@
|
||||
"license": "Apache-2.0",
|
||||
"bundlesize": [
|
||||
{
|
||||
"path": "./content-services/bundles/content-services.js",
|
||||
"path": "./content-services/bundles/adf-content-services.js",
|
||||
"maxSize": "50 kb"
|
||||
},
|
||||
{
|
||||
"path": "./process-services/bundles/process-services.js",
|
||||
"path": "./process-services/bundles/adf-process-services.js",
|
||||
"maxSize": "50 kb"
|
||||
},
|
||||
{
|
||||
"path": "./insights/bundles/insights.js",
|
||||
"path": "./insights/bundles/adf-insights.js",
|
||||
"maxSize": "50 kb"
|
||||
},
|
||||
{
|
||||
"path": "./core/bundles/core.js",
|
||||
"path": "./core/bundles/adf-core.js",
|
||||
"maxSize": "120 kb"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user