Skip to content

Commit 1ba903a

Browse files
fix: move prettier into devDependencies (#695)
1 parent 2920769 commit 1ba903a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"axios": "^1.6.7",
7171
"content-type": "^1.0.5",
7272
"ow": "^0.28.2",
73-
"prettier": "^3.5.3",
7473
"tslib": "^2.5.0",
7574
"type-fest": "^4.0.0"
7675
},
@@ -102,6 +101,7 @@
102101
"gen-esm-wrapper": "^1.1.2",
103102
"globals": "^16.0.0",
104103
"jest": "^29.4.3",
104+
"prettier": "^3.5.3",
105105
"process": "^0.11.10",
106106
"puppeteer": "^24.0.0",
107107
"rimraf": "^6.0.0",

0 commit comments

Comments
 (0)