Merge pull request #19786 from axdotl/adr-title

feat(plugins/adr): support for i18n feature
This commit is contained in:
Patrik Oldsberg
2023-09-12 12:48:33 +02:00
committed by GitHub
6 changed files with 85 additions and 6 deletions
+16 -3
View File
@@ -4,10 +4,23 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
}
},
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "frontend-plugin"