fix a package.json

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2024-02-12 20:20:38 +01:00
parent b0f33dc77a
commit 5d338bea6e
@@ -5,9 +5,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "node-library"
@@ -16,6 +14,13 @@
".": "./src/index.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"package.json": [
"package.json"
]
}
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",