Skip to content

Commit

Permalink
postcss peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge committed Nov 20, 2020
1 parent 5c7a08e commit e693d30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.1
* Moving postcss to peer dependencies [#74](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/74)

## 5.0.1
* Adding postcss as dependency [#74](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/74)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-flexbugs-fixes",
"version": "5.0.1",
"version": "5.0.2",
"description": "PostCSS plugin This project tries to fix all of flexbug's issues",
"keywords": [
"postcss",
Expand All @@ -21,7 +21,7 @@
"bugs",
"index.js"
],
"dependencies": {
"peerDependencies": {
"postcss": "^8.1.4"
},
"devDependencies": {
Expand Down

0 comments on commit e693d30

Please sign in to comment.