Skip to content

Commit

Permalink
fix: move total-typescript to production dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 12, 2024
1 parent d37336f commit d0dba9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@total-typescript/tsconfig": "^1.0.4"
},
"devDependencies": {
"@total-typescript/tsconfig": "^1.0.4",
"eslint": "^9.16.0",
"eslint-plugin-json": "^4.0.1",
"prettier": "^3.4.2",
Expand Down

0 comments on commit d0dba9c

Please sign in to comment.