Skip to content

Commit

Permalink
Bump postcss to 7.0 and move it to peer deps (fixes #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 2, 2019
1 parent 441943c commit 9eb832d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
35 changes: 27 additions & 8 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@
"lint-and-test": "npm run lint && npm test",
"travis": "npm run lint-and-test"
},
"peerDependencies": {
"postcss": ">=6.0.0 <8.0.0"
},
"dependencies": {
"csso": "^4.0.2",
"postcss": "^6.0.0"
"csso": "^4.0.2"
},
"devDependencies": {
"es6-promise-polyfill": "^1.2.0",
"eslint": "^6.6.0",
"mocha": "^6.2.0"
"mocha": "^6.2.0",
"postcss": "^7.0.0"
},
"files": [
"lib",
Expand Down

0 comments on commit 9eb832d

Please sign in to comment.