mirror of
https://github.com/grafana/grafana.git
synced 2026-03-13 15:29:48 +08:00
Alerting Revert adding typesVersions to @grafana/alerting for backward compat (#120093)
Revert "Alerting: Add typesVersions to @grafana/alerting for backwards compat (#120020)"
This reverts commit 56bc2a4fe6.
This commit is contained in:
@@ -20,16 +20,6 @@
|
||||
"main": "./dist/cjs/index.cjs",
|
||||
"module": "./dist/esm/index.mjs",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"unstable": [
|
||||
"dist/types/unstable.d.ts"
|
||||
],
|
||||
"testing": [
|
||||
"dist/types/testing.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
|
||||
Reference in New Issue
Block a user