We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d29632 commit 63ef8caCopy full SHA for 63ef8ca
1 file changed
package.json
@@ -49,13 +49,8 @@
49
"bugs": {
50
"url": "https://github.com/forge42dev/open-source-stack/issues"
51
},
52
- "files": [
53
- "dist"
54
- ],
55
- "workspaces": [
56
- ".",
57
- "test-apps/*"
58
+ "files": ["dist"],
+ "workspaces": [".", "test-apps/*"],
59
"homepage": "https://github.com/forge42dev/open-source-stack#readme",
60
"devDependencies": {
61
"@arethetypeswrong/cli": "^0.15.4",
@@ -83,4 +78,4 @@
83
78
"engines": {
84
79
"node": ">=20.0.0"
85
80
}
86
-}
81
+}
0 commit comments