Skip to content

Commit

Permalink
chore(deps): move scule to devDependencies (#184)
Browse files Browse the repository at this point in the history
because we removed utils.ts, `scule` is only used in the generator code.
  • Loading branch information
Sysix authored Oct 16, 2024
1 parent ce55ede commit 8ffa141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"memfs": "^4.9.2",
"oxlint": "^0.9.10",
"prettier": "^3.3.1",
"scule": "^1.3.0",
"shelljs": "^0.8.5",
"typescript": "^5.4.5",
"typescript-eslint": "^8.8.1",
Expand All @@ -78,9 +79,6 @@
"*.{js,cjs,ts}": "eslint --flag unstable_ts_config",
"*": "prettier --ignore-unknown --write"
},
"dependencies": {
"scule": "^1.3.0"
},
"volta": {
"node": "20.14.0"
}
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ffa141

Please sign in to comment.