Skip to content

Commit d90f326

Browse files
committed
Move the prettier package to peer dependencies
1 parent 37e560e commit d90f326

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"chalk": "^4.1.0",
4242
"jest-diff": "^26.6.2",
4343
"js-yaml": "^3.14.0",
44-
"prettier-linter-helpers": "^1.0.0",
45-
"prettier": "^2.2.0"
44+
"prettier-linter-helpers": "^1.0.0"
45+
},
46+
"peerDependencies": {
47+
"prettier": ">=2"
4648
}
4749
}

0 commit comments

Comments
 (0)