Review feedback.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-04-12 11:25:25 +02:00
parent 1f51e960af
commit ca4420782c
5 changed files with 11 additions and 9 deletions
+3 -1
View File
@@ -5,6 +5,7 @@
"private": false,
"publishConfig": {
"access": "public",
"alphaTypes": "dist/index.alpha.d.ts",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts"
},
@@ -25,7 +26,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "backstage-cli package build",
"build": "backstage-cli package build --experimental-type-build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"prepack": "backstage-cli package prepack",
@@ -59,6 +60,7 @@
"@backstage/theme": "^0.2.15"
},
"files": [
"alpha",
"dist"
]
}