Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h2 align="center">Install</h2>

```bash
npm i -g|-D postcss-cli
npm i -g|-D postcss postcss-cli
Comment thread
RyanZim marked this conversation as resolved.
Outdated
```

<h2 align="center">Usage</h2>
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
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