Skip to content

Commit

Permalink
chore: move postcss to peerDependencies (#459)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `postcss` was moved to `peerDependencies`
  • Loading branch information
evilebottnawi committed Sep 5, 2020
1 parent 98441ff commit 475278c
Show file tree
Hide file tree
Showing 6 changed files with 1,094 additions and 2,248 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Lint
run: npm run lint

# - name: Security audit
# run: npm run security
- name: Security audit
run: npm run security

- name: Check commit message
uses: wagoid/commitlint-github-action@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@
<h2 align="center">Install</h2>

```bash
npm i -D postcss-loader
npm i -D postcss-loader postcss
```

<h2 align="center">Usage</h2>
Expand Down
130 changes: 0 additions & 130 deletions docs/LOADER.md

This file was deleted.

0 comments on commit 475278c

Please sign in to comment.