Skip to content

Commit

Permalink
Support postcss v8
Browse files Browse the repository at this point in the history
Closes #348, closes #345, closes #343.
  • Loading branch information
RyanZim committed Sep 18, 2020
1 parent 1c3ebba commit 270f896
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Expand Up @@ -24,9 +24,8 @@
"fs-extra": "^9.0.0",
"get-stdin": "^8.0.0",
"globby": "^11.0.0",
"postcss": "^7.0.0",
"postcss-load-config": "^2.0.0",
"postcss-reporter": "^6.0.0",
"postcss-load-config": "^2.1.1",
"postcss-reporter": "^7.0.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"yargs": "^15.0.2"
Expand All @@ -37,11 +36,15 @@
"eslint": "^7.8.0",
"eslint-config-problems": "5.0.0",
"nyc": "^15.0.0",
"postcss": "^8.0.4",
"postcss-import": "^12.0.0",
"prettier": "~2.1.0",
"sugarss": "^2.0.0",
"sugarss": "^3.0.0",
"uuid": "^8.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"files": [
"bin",
"index.js",
Expand Down

0 comments on commit 270f896

Please sign in to comment.