remove alphas

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-24 14:12:08 +02:00
parent 07e36af4d4
commit 65a9c6c7cb
8 changed files with 5 additions and 13 deletions
@@ -20,8 +20,7 @@
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist",
"alpha"
"dist"
],
"scripts": {
"build": "backstage-cli package build",
+1 -2
View File
@@ -37,8 +37,7 @@
},
"files": [
"dist",
"config.d.ts",
"alpha"
"config.d.ts"
],
"scripts": {
"build": "backstage-cli package build",
-1
View File
@@ -33,7 +33,6 @@
}
},
"files": [
"alpha",
"dist"
],
"scripts": {
-1
View File
@@ -25,7 +25,6 @@
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"alpha",
"dist"
],
"scripts": {
+1 -2
View File
@@ -34,8 +34,7 @@
},
"files": [
"dist",
"migrations",
"alpha"
"migrations"
],
"scripts": {
"build": "backstage-cli package build",