Skip to content

Commit ec88735

Browse files
committed
fix: move prettier to dependencies for git-based installs
1 parent 967a560 commit ec88735

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,7 +60,6 @@
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",
@@ -71,6 +70,7 @@
7170
"zod": "^3.25.0 || ^4.0.0"
7271
},
7372
"dependencies": {
73+
"prettier": "^3.6.2",
7474
"@modelcontextprotocol/sdk": "^1.24.3",
7575
"react": "^19.2.0",
7676
"react-dom": "^19.2.0"

0 commit comments

Comments
 (0)