Skip to content

Commit 20f946e

Browse files
committed
version update for the postcss 5.x
1 parent 7851fd2 commit 20f946e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"isparta": "^3.0.3",
2828
"lodash": "^3.10.1",
2929
"mocha": "^2.2.5",
30-
"postcss": "5.x",
31-
"postcss-modules-extract-imports": "^1.0.0-beta",
32-
"postcss-modules-local-by-default": "^1.0.0-beta",
33-
"postcss-modules-scope": "^1.0.0-beta",
30+
"postcss": "^5.x",
31+
"postcss-modules-extract-imports": "^1.0.0",
32+
"postcss-modules-local-by-default": "^1.0.0",
33+
"postcss-modules-scope": "^1.0.0",
3434
"precommit-hook": "^3.0.0"
3535
},
3636
"peerDependencies": {
37-
"postcss": ">=4.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"
37+
"postcss": "^5.x",
38+
"postcss-modules-extract-imports": "^1.0.0",
39+
"postcss-modules-local-by-default": "^1.0.0",
40+
"postcss-modules-scope": "^1.0.0"
4141
},
4242
"scripts": {
4343
"start": "esw -w .",

0 commit comments

Comments
 (0)