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

Commit

Permalink
align version with purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Jul 24, 2017
1 parent e260860 commit a5dddde
Showing 1 changed file with 41 additions and 47 deletions.
88 changes: 41 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,43 @@
{
"name": "purgecss-webpack-plugin",
"version": "0.2.0",
"description": "Purgecss plugin for webpack - Remove unused css",
"main": "./lib/purgecss-webpack-plugin.js",
"module": "./lib/purgecss-webpack-plugin.es.js",
"jsnext:main": "./lib/purgecss-webpack-plugin.es.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c rollup.config.js -w",
"test": "jest",
"lint": "eslint -c .eslintrc src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/purgecss-webpack-plugin.git"
},
"keywords": [
"webpack-plugin",
"purgecss",
"remove",
"unused",
"css"
],
"author": "Ffloriel",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullHuman/purgecss-webpack-plugin/issues"
},
"homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
"devDependencies": {
"eslint": "^4.2.0",
"jest": "^20.0.4",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^4.3.1",
"webpack": "^3.3.0"
},
"dependencies": {
"purgecss": "^0.2.1",
"webpack-sources": "^1.0.1"
}
"name": "purgecss-webpack-plugin",
"version": "0.3.0",
"description": "Purgecss plugin for webpack - Remove unused css",
"main": "./lib/purgecss-webpack-plugin.js",
"module": "./lib/purgecss-webpack-plugin.es.js",
"jsnext:main": "./lib/purgecss-webpack-plugin.es.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c rollup.config.js -w",
"test": "jest",
"lint": "eslint -c .eslintrc src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/purgecss-webpack-plugin.git"
},
"keywords": ["webpack-plugin", "purgecss", "remove", "unused", "css"],
"author": "Ffloriel",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullHuman/purgecss-webpack-plugin/issues"
},
"homepage": "https://github.com/FullHuman/purgecss-webpack-plugin#readme",
"devDependencies": {
"eslint": "^4.2.0",
"jest": "^20.0.4",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^4.3.1",
"webpack": "^3.3.0"
},
"dependencies": {
"purgecss": "^0.2.1",
"webpack-sources": "^1.0.1"
}
}

0 comments on commit a5dddde

Please sign in to comment.