Skip to content

Commit 7189068

Browse files
committed
Merge pull request #40 from sebastienbarre/peerDependenciesFix
Fix peerDependencies to allow PostCSS 5 to be used with recent plugins
2 parents a2dc7e6 + f9d8fa6 commit 7189068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"peerDependencies": {
3737
"postcss": ">=4.x",
38-
"postcss-modules-extract-imports": ">=0.x",
39-
"postcss-modules-local-by-default": ">=0.x",
40-
"postcss-modules-scope": ">=0.x"
38+
"postcss-modules-extract-imports": ">=0.x || ^1.0.0-beta",
39+
"postcss-modules-local-by-default": ">=0.x || ^1.0.0-beta",
40+
"postcss-modules-scope": ">=0.x || ^1.0.0-beta"
4141
},
4242
"scripts": {
4343
"start": "esw -w .",

0 commit comments

Comments
 (0)