scaffolder-common: fix module entrypoints

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-06 20:08:28 +02:00
parent 0f74ce87fb
commit f20547d745
+2 -1
View File
@@ -8,7 +8,8 @@
"private": false,
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
"homepage": "https://backstage.io",