Removed package.json exports changes

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-06-28 07:57:24 -05:00
parent 3a861eb0ab
commit 4716ef6c60
3 changed files with 0 additions and 33 deletions
-11
View File
@@ -9,17 +9,6 @@
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"package.json": [
"package.json"
]
}
},
"backstage": {
"role": "backend-plugin"
},