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

Commit 74efa14

Browse files
committed
v0.13.0
update dependencies, purgecss v0.13.0
1 parent d4ce510 commit 74efa14

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-webpack-plugin",
3-
"version": "0.12.0",
3+
"version": "0.13.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",
@@ -19,13 +19,7 @@
1919
"type": "git",
2020
"url": "git+https://github.com/FullHuman/purgecss-webpack-plugin.git"
2121
},
22-
"keywords": [
23-
"webpack-plugin",
24-
"purgecss",
25-
"remove",
26-
"unused",
27-
"css"
28-
],
22+
"keywords": ["webpack-plugin", "purgecss", "remove", "unused", "css"],
2923
"author": "Ffloriel",
3024
"license": "MIT",
3125
"bugs": {
@@ -47,7 +41,7 @@
4741
"webpack": "^3.8.1"
4842
},
4943
"dependencies": {
50-
"purgecss": "^0.12.0",
44+
"purgecss": "^0.13.0",
5145
"webpack-sources": "^1.0.1"
5246
}
5347
}

0 commit comments

Comments
 (0)