chore: fix newline

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2024-08-14 14:29:02 +02:00
parent bfdfac6230
commit 30691778a4
@@ -1,9 +1,7 @@
{
"name": "@backstage/backend-dynamic-feature-service",
"description": "Backstage dynamic feature service",
"version": "0.2.16-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"description": "Backstage dynamic feature service",
"publishConfig": {
"access": "public"
},
@@ -21,6 +19,8 @@
".": "./src/index.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"package.json": [
@@ -76,4 +76,4 @@
"@backstage/cli": "workspace:^",
"wait-for-expect": "^3.0.2"
}
}
}