Skip to content

Commit 7f1ad43

Browse files
committed
fix: move prettier to dependencies for git-based installs
1 parent 9b406ba commit 7f1ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"express": "^5.1.0",
6161
"husky": "^9.1.7",
6262
"nodemon": "^3.1.0",
63-
"prettier": "^3.6.2",
6463
"ts-to-zod": "^5.1.0",
6564
"tsx": "^4.21.0",
6665
"typedoc": "^0.28.14",
6766
"typescript": "^5.9.3"
6867
},
6968
"dependencies": {
69+
"prettier": "^3.6.2",
7070
"@modelcontextprotocol/sdk": "^1.24.3",
7171
"react": "^19.2.0",
7272
"react-dom": "^19.2.0",

0 commit comments

Comments
 (0)