Skip to content

Commit

Permalink
1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Nov 4, 2019
1 parent 2810f87 commit 2a883e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/dropcss.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* dropcss.js (DropCSS)
* An exceptionally fast, thorough and tiny unused-CSS cleaner
* https://github.com/leeoniya/dropcss (v1.0.15)
* https://github.com/leeoniya/dropcss (v1.0.16)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/dropcss.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* dropcss.js (DropCSS)
* An exceptionally fast, thorough and tiny unused-CSS cleaner
* https://github.com/leeoniya/dropcss (v1.0.15)
* https://github.com/leeoniya/dropcss (v1.0.16)
*/

var dropcss = (function () {
Expand Down
2 changes: 1 addition & 1 deletion dist/dropcss.iife.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropcss",
"version": "1.0.15",
"version": "1.0.16",
"description": "An exceptionally fast, thorough and tiny unused-CSS cleaner",
"main": "./dist/dropcss.cjs.js",
"scripts": {
Expand All @@ -25,9 +25,9 @@
"url": "https://github.com/leeoniya/dropcss/issues"
},
"devDependencies": {
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"rollup": "^1.23.1",
"rollup": "^1.26.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-cjs-es": "^0.9.0",
"rollup-plugin-terser": "^5.1.2"
Expand Down

0 comments on commit 2a883e5

Please sign in to comment.