Skip to content

Commit

Permalink
Merge pull request #30 from aryehraber/master
Browse files Browse the repository at this point in the history
Bump Purgecss version to allow support for whitelistPatternsChildren option
  • Loading branch information
sebastiandedeyne committed May 18, 2018
2 parents 506d267 + b1d1818 commit 2f6db87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ mix

// Other options are passed through to Purgecss
whitelistPatterns: [/language/, /hljs/],

whitelistPatternsChildren: [/^markdown$/],
});
```

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": "laravel-mix-purgecss",
"version": "2.1.0",
"version": "2.1.1",
"description": "Purgecss wrapper for Laravel Mix",
"main": "src/index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"glob-all": "^3.1.0",
"purgecss-webpack-plugin": "^0.19.0"
"purgecss-webpack-plugin": "^0.22"
},
"devDependencies": {
"eslint": "^4.19.1",
Expand Down

0 comments on commit 2f6db87

Please sign in to comment.