Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 58e5565

Browse files
committed
feat: Move 'betterr' from devDependencies to dependencies
The 'betterr' package was previously listed under devDependencies in package.json. This commit moves it to the dependencies section, reflecting its role in the production environment. The change is also reflected in the pnpm-lock.yaml file.
1 parent 991889a commit 58e5565

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"release": "nr typecheck && nr test run && nr build && nlx publint && nlx bumpp && npm publish"
3333
},
3434
"dependencies": {
35+
"betterr": "^5.1.0",
3536
"camelcase-keys": "^9.1.3",
3637
"defu": "^6.1.4",
3738
"knitwork": "^1.1.0",
@@ -50,7 +51,6 @@
5051
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config",
5152
"@sveltejs/kit": "^2.5.20",
5253
"@types/node": "^22.1.0",
53-
"betterr": "^5.1.0",
5454
"eslint": "^9.8.0",
5555
"eslint-plugin-format": "^0.1.2",
5656
"eslint-plugin-svelte": "^2.43.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)