Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Nov 7, 2017
1 parent 02c4968 commit 1892c63
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "0.8.0",
"version": "0.9.0",
"description": "Remove unused css selectors.",
"main": "./lib/purgecss.js",
"module": "./lib/purgecss.es.js",
Expand All @@ -18,20 +18,14 @@
"build": "rollup -c rollup.config.js",
"flow": "npx flow",
"lint": "npx eslint -c .eslintrc src/",
"prettier": "npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'"
"prettier":
"npx prettier --write --print-width 100 --tab-width 4 --no-semi --single-quote '{src,__{tests,mocks}__}/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/purgecss.git"
},
"keywords": [
"optimization",
"unused",
"css",
"purge",
"uncss",
"purify"
],
"keywords": ["optimization", "unused", "css", "purge", "uncss", "purify"],
"author": "Ffloriel",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 1892c63

Please sign in to comment.