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

Commit a5dddde

Browse files
committed
align version with purgecss
1 parent e260860 commit a5dddde

File tree

1 file changed

+41
-47
lines changed

1 file changed

+41
-47
lines changed

package.json

+41-47
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,43 @@
11
{
2-
"name": "purgecss-webpack-plugin",
3-
"version": "0.2.0",
4-
"description": "Purgecss plugin for webpack - Remove unused css",
5-
"main": "./lib/purgecss-webpack-plugin.js",
6-
"module": "./lib/purgecss-webpack-plugin.es.js",
7-
"jsnext:main": "./lib/purgecss-webpack-plugin.es.js",
8-
"directories": {
9-
"lib": "lib",
10-
"test": "__tests__"
11-
},
12-
"scripts": {
13-
"build": "rollup -c rollup.config.js",
14-
"dev": "rollup -c rollup.config.js -w",
15-
"test": "jest",
16-
"lint": "eslint -c .eslintrc src/"
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "git+https://github.com/FullHuman/purgecss-webpack-plugin.git"
21-
},
22-
"keywords": [
23-
"webpack-plugin",
24-
"purgecss",
25-
"remove",
26-
"unused",
27-
"css"
28-
],
29-
"author": "Ffloriel",
30-
"license": "MIT",
31-
"bugs": {
32-
"url": "https://github.com/FullHuman/purgecss-webpack-plugin/issues"
33-
},
34-
"homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
35-
"devDependencies": {
36-
"eslint": "^4.2.0",
37-
"jest": "^20.0.4",
38-
"rollup": "^0.45.2",
39-
"rollup-plugin-babel": "^2.7.1",
40-
"rollup-plugin-commonjs": "^8.0.2",
41-
"rollup-plugin-node-resolve": "^3.0.0",
42-
"rollup-watch": "^4.3.1",
43-
"webpack": "^3.3.0"
44-
},
45-
"dependencies": {
46-
"purgecss": "^0.2.1",
47-
"webpack-sources": "^1.0.1"
48-
}
2+
"name": "purgecss-webpack-plugin",
3+
"version": "0.3.0",
4+
"description": "Purgecss plugin for webpack - Remove unused css",
5+
"main": "./lib/purgecss-webpack-plugin.js",
6+
"module": "./lib/purgecss-webpack-plugin.es.js",
7+
"jsnext:main": "./lib/purgecss-webpack-plugin.es.js",
8+
"directories": {
9+
"lib": "lib",
10+
"test": "__tests__"
11+
},
12+
"scripts": {
13+
"build": "rollup -c rollup.config.js",
14+
"dev": "rollup -c rollup.config.js -w",
15+
"test": "jest",
16+
"lint": "eslint -c .eslintrc src/"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/FullHuman/purgecss-webpack-plugin.git"
21+
},
22+
"keywords": ["webpack-plugin", "purgecss", "remove", "unused", "css"],
23+
"author": "Ffloriel",
24+
"license": "MIT",
25+
"bugs": {
26+
"url": "https://github.com/FullHuman/purgecss-webpack-plugin/issues"
27+
},
28+
"homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
29+
"devDependencies": {
30+
"eslint": "^4.2.0",
31+
"jest": "^20.0.4",
32+
"rollup": "^0.45.2",
33+
"rollup-plugin-babel": "^2.7.1",
34+
"rollup-plugin-commonjs": "^8.0.2",
35+
"rollup-plugin-node-resolve": "^3.0.0",
36+
"rollup-watch": "^4.3.1",
37+
"webpack": "^3.3.0"
38+
},
39+
"dependencies": {
40+
"purgecss": "^0.2.1",
41+
"webpack-sources": "^1.0.1"
42+
}
4943
}

0 commit comments

Comments
 (0)