Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 42b4374

Browse files
committed
v0.11.0
- update dependencies
1 parent 0829f9d commit 42b4374

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-webpack-plugin",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "Purgecss plugin for webpack - Remove unused css",
55
"main": "./lib/purgecss-webpack-plugin.js",
66
"module": "./lib/purgecss-webpack-plugin.es.js",
@@ -47,7 +47,7 @@
4747
"webpack": "^3.8.1"
4848
},
4949
"dependencies": {
50-
"purgecss": "^0.9.0",
50+
"purgecss": "^0.11.0",
5151
"webpack-sources": "^1.0.1"
5252
}
5353
}

0 commit comments

Comments
 (0)