Skip to content

Commit 33ee657

Browse files
authored
add postcss peer dep (#233)
1 parent be34b16 commit 33ee657

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,15 @@
4343
"typescript": "4.5.5"
4444
},
4545
"peerDependencies": {
46-
"ts-node": ">=9.0.0"
46+
"ts-node": ">=9.0.0",
47+
"postcss": ">=8.0.9"
4748
},
4849
"peerDependenciesMeta": {
4950
"ts-node": {
5051
"optional": true
52+
},
53+
"postcss": {
54+
"optional": true
5155
}
5256
},
5357
"keywords": [

0 commit comments

Comments
 (0)