mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[I18n] Fix types paths for kbn-i18n package (#23744)
* [I18n] Fix types paths for kbn-i18n package * Remove module field from package.json
This commit is contained in:
parent
1d7adee485
commit
2f62fd6978
3 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"browser": "../target/web/angular",
|
||||
"main": "../target/node/angular",
|
||||
"types": "./target/types/angular/index.d.ts"
|
||||
"types": "../target/types/angular/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"browser": "./target/web/browser.js",
|
||||
"main": "./target/node/index.js",
|
||||
"types": "./target/types/index.d.ts",
|
||||
"module": "./src/index.js",
|
||||
"version": "1.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"browser": "../target/web/react",
|
||||
"main": "../target/node/react",
|
||||
"types": "./target/types/react/index.d.ts"
|
||||
"types": "../target/types/react/index.d.ts"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue