kibana/packages/kbn-i18n/react/package.json
Leanid Shutau 2f62fd6978
[I18n] Fix types paths for kbn-i18n package (#23744)
* [I18n] Fix types paths for kbn-i18n package

* Remove module field from package.json
2018-10-03 17:56:07 +03:00

5 lines
120 B
JSON

{
"browser": "../target/web/react",
"main": "../target/node/react",
"types": "../target/types/react/index.d.ts"
}