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

Commit e07245b

Browse files
committed
v0.20.0
- update dependencies: purgecss v0.20.0
1 parent a805305 commit e07245b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/purgecss-webpack-plugin.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import path from 'path';
12
import fs from 'fs';
23
import Purgecss from 'purgecss';
34
import { ConcatSource } from 'webpack-sources';
4-
import path from 'path';
55

66
var classCallCheck = function (instance, Constructor) {
77
if (!(instance instanceof Constructor)) {

lib/purgecss-webpack-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
44

5+
var path = _interopDefault(require('path'));
56
var fs = _interopDefault(require('fs'));
67
var Purgecss = _interopDefault(require('purgecss'));
78
var webpackSources = require('webpack-sources');
8-
var path = _interopDefault(require('path'));
99

1010
var classCallCheck = function (instance, Constructor) {
1111
if (!(instance instanceof Constructor)) {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-webpack-plugin",
3-
"version": "0.19.0",
3+
"version": "0.20.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",
@@ -49,15 +49,15 @@
4949
"extract-text-webpack-plugin": "^3.0.2",
5050
"jest": "^22.0.6",
5151
"prettier": "^1.10.2",
52-
"rollup": "^0.54.0",
52+
"rollup": "^0.55.1",
5353
"rollup-plugin-babel": "^3.0.3",
54-
"rollup-plugin-commonjs": "^8.2.6",
54+
"rollup-plugin-commonjs": "^8.3.0",
5555
"rollup-plugin-node-resolve": "^3.0.2",
5656
"rollup-watch": "^4.3.1",
5757
"webpack": "^3.10.0"
5858
},
5959
"dependencies": {
60-
"purgecss": "^0.19.0",
60+
"purgecss": "^0.20.0",
6161
"webpack-sources": "^1.1.0"
6262
}
6363
}

0 commit comments

Comments
 (0)