Skip to content

Commit 2a883e5

Browse files
committed
1.0.16
1 parent 2810f87 commit 2a883e5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/dropcss.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* dropcss.js (DropCSS)
66
* An exceptionally fast, thorough and tiny unused-CSS cleaner
7-
* https://github.com/leeoniya/dropcss (v1.0.15)
7+
* https://github.com/leeoniya/dropcss (v1.0.16)
88
*/
99

1010
'use strict';

dist/dropcss.iife.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* dropcss.js (DropCSS)
66
* An exceptionally fast, thorough and tiny unused-CSS cleaner
7-
* https://github.com/leeoniya/dropcss (v1.0.15)
7+
* https://github.com/leeoniya/dropcss (v1.0.16)
88
*/
99

1010
var dropcss = (function () {

dist/dropcss.iife.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropcss",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "An exceptionally fast, thorough and tiny unused-CSS cleaner",
55
"main": "./dist/dropcss.cjs.js",
66
"scripts": {
@@ -25,9 +25,9 @@
2525
"url": "https://github.com/leeoniya/dropcss/issues"
2626
},
2727
"devDependencies": {
28-
"mocha": "^6.2.1",
28+
"mocha": "^6.2.2",
2929
"nyc": "^14.1.1",
30-
"rollup": "^1.23.1",
30+
"rollup": "^1.26.3",
3131
"rollup-plugin-buble": "^0.19.8",
3232
"rollup-plugin-cjs-es": "^0.9.0",
3333
"rollup-plugin-terser": "^5.1.2"

0 commit comments

Comments
 (0)