Skip to content

Commit

Permalink
Merge pull request #33 from jnoordsij/add-postcss-peer-dependency
Browse files Browse the repository at this point in the history
Add optional postcss peer dependency
  • Loading branch information
kristerkari committed Nov 4, 2022
2 parents fb9c5a9 + b5abaea commit b9096f8
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
Expand Up @@ -61,6 +61,12 @@
"stylelint": "^14.9.0"
},
"peerDependencies": {
"stylelint": "^14.14.0"
"stylelint": "^14.14.0",
"postcss": "^8.3.3"
},
"peerDependenciesMeta": {
"postcss": {
"optional": true
}
}
}

0 comments on commit b9096f8

Please sign in to comment.