Skip to content

Commit 475278c

Browse files
chore: move postcss to peerDependencies (#459)
BREAKING CHANGE: `postcss` was moved to `peerDependencies`
1 parent 98441ff commit 475278c

File tree

6 files changed

+1094
-2248
lines changed

6 files changed

+1094
-2248
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Lint
4444
run: npm run lint
4545

46-
# - name: Security audit
47-
# run: npm run security
46+
- name: Security audit
47+
run: npm run security
4848

4949
- name: Check commit message
5050
uses: wagoid/commitlint-github-action@v1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<h2 align="center">Install</h2>
2727

2828
```bash
29-
npm i -D postcss-loader
29+
npm i -D postcss-loader postcss
3030
```
3131

3232
<h2 align="center">Usage</h2>

docs/LOADER.md

-130
This file was deleted.

0 commit comments

Comments
 (0)