Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abrulic1 committed Nov 11, 2024
1 parent b3757a6 commit 81811fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
20 changes: 10 additions & 10 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,8 @@
"bugs": {
"url": "https://github.com/forge42dev/open-source-stack/issues"
},
"files": [
"dist"
],
"workspaces": [
".",
"test-apps/*"
],
"files": ["dist"],
"workspaces": [".", "test-apps/*"],
"homepage": "https://github.com/forge42dev/open-source-stack#readme",
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
Expand Down Expand Up @@ -83,4 +78,4 @@
"engines": {
"node": ">=20.0.0"
}
}
}

0 comments on commit 81811fb

Please sign in to comment.