Skip to content

Commit 15e51e9

Browse files
Move prettier plugin to dev dependencies (#7418)
* Move prettier plugin to dev dependencies * Update changelog
1 parent 99a8ab1 commit 15e51e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
- Move prettier plugin to dev dependencies ([#7418](https://github.com/tailwindlabs/tailwindcss/pull/7418))
1111

1212
## [3.0.20] - 2022-02-10
1313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"jest-diff": "^27.4.6",
5353
"postcss": "^8.4.6",
5454
"prettier": "^2.5.1",
55+
"prettier-plugin-tailwindcss": "^0.1.7",
5556
"rimraf": "^3.0.0"
5657
},
5758
"peerDependencies": {
@@ -77,7 +78,6 @@
7778
"postcss-nested": "5.0.6",
7879
"postcss-selector-parser": "^6.0.9",
7980
"postcss-value-parser": "^4.2.0",
80-
"prettier-plugin-tailwindcss": "^0.1.7",
8181
"quick-lru": "^5.1.1",
8282
"resolve": "^1.22.0"
8383
},

0 commit comments

Comments
 (0)