Skip to content

Commit

Permalink
Support postcss v8 (#349)
Browse files Browse the repository at this point in the history
* Support postcss v8

Fixes #344

Closes #348, closes #345, closes #343.

* Don't promote global installs
  • Loading branch information
RyanZim committed Sep 21, 2020
1 parent 66b6055 commit a4998fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@
<h2 align="center">Install</h2>

```bash
npm i -g|-D postcss-cli
npm i -D postcss postcss-cli
```

<h2 align="center">Usage</h2>
Expand Down
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": "^16.0.0"
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 a4998fa

Please sign in to comment.