Skip to content

Commit

Permalink
add postcss peer dep (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Mar 29, 2022
1 parent be34b16 commit 33ee657
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -43,11 +43,15 @@
"typescript": "4.5.5"
},
"peerDependencies": {
"ts-node": ">=9.0.0"
"ts-node": ">=9.0.0",
"postcss": ">=8.0.9"
},
"peerDependenciesMeta": {
"ts-node": {
"optional": true
},
"postcss": {
"optional": true
}
},
"keywords": [
Expand Down

0 comments on commit 33ee657

Please sign in to comment.