Skip to content

Commit

Permalink
Added postcss to peerdependencies and made it optional (#112)
Browse files Browse the repository at this point in the history
* Added postcss to peerdependencies and made it optional

* Updated package-lock.json
  • Loading branch information
bryanjtc authored Oct 21, 2022
1 parent e1b0b3d commit 487c01a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
"stylelint": "^14.1.0"
},
"peerDependencies": {
"stylelint": "^14.4.0"
"stylelint": "^14.4.0",
"postcss": "^8.3.3"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
}
}
}

0 comments on commit 487c01a

Please sign in to comment.