Skip to content

Commit c010abf

Browse files
authored
Merge pull request #35 from evilebottnawi/postcss-v6
Chore: [breaking changes] minimum required `postcss` version is now `^6.0.1`.
2 parents d461542 + 715b67e commit c010abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/luisrudge/postcss-flexbugs-fixes.git"
1111
},
1212
"dependencies": {
13-
"postcss": "^5.0.0"
13+
"postcss": "^6.0.1"
1414
},
1515
"main": "index.js",
1616
"files": [

0 commit comments

Comments
 (0)