Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
- update dependencies
- update Changelog
  • Loading branch information
Ffloriel committed Dec 18, 2017
1 parent f926e10 commit b39cd36
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# v0.16.0 - 2017-12-18

* `keyframes` option set to `false` by default, `keyframes: true` causing issue with bootstrap https://github.com/FullHuman/purgecss/issues/33
* Update dependencies.

# v0.14.0 - 2017-12-07

* Merge PR https://github.com/FullHuman/purgecss/pull/29 by @jsnanigans: add
Expand Down
2 changes: 1 addition & 1 deletion lib/purgecss.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/purgecss.js

Large diffs are not rendered by default.

16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "0.15.0",
"version": "0.16.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 Expand Up @@ -60,7 +54,7 @@
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.61.0",
"jest": "^21.2.1",
"jest": "^22.0.1",
"prettier": "^1.9.1",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.52.1",
Expand Down

0 comments on commit b39cd36

Please sign in to comment.