mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* chore(NA): splits types from code on @kbn/ui-shared-deps-src * chore(NA): break flot-charts into another package * chore(NA): skip failing tests * chore(NA): remove skip and add correct value * chore(NA): fix new ui-theme import * chore(NA): adding fleet cloned test * chore(NA): remove cloned test * chore(NA): remove added typo
8 lines
193 B
JSON
8 lines
193 B
JSON
{
|
|
"name": "@kbn/ui-theme",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "./target_node/index.js",
|
|
"browser": "./target_web/index.js",
|
|
"license": "SSPL-1.0 OR Elastic License 2.0"
|
|
}
|