Skip to content

Commit

Permalink
postcss 8, webpack 5 compability
Browse files Browse the repository at this point in the history
  • Loading branch information
wille committed Nov 11, 2020
1 parent 0bf3c66 commit a2bc127
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 54 deletions.
97 changes: 45 additions & 52 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.3.0",
"description": "PostHTML-PostCSS plugin. Use PostCSS in HTML document.",
"main": "index.js",
"files": ["index.js"],
"files": [
"index.js"
],
"scripts": {
"test": "npm run lint && npm run coverage",
"lint": "eslint {test/*,*}.js",
Expand Down Expand Up @@ -50,7 +52,7 @@
"posthtml": "^0.12.0"
},
"dependencies": {
"postcss": "^7.0.18"
"postcss": "^8.0.0"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit a2bc127

Please sign in to comment.