Skip to content

Commit ea39da9

Browse files
committed
1.0.13
1 parent 535e880 commit ea39da9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.12)
7+
* https://github.com/leeoniya/dropcss (v1.0.13)
88
*/
99

1010
'use strict';

dist/dropcss.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.12)
7+
* https://github.com/leeoniya/dropcss (v1.0.13)
88
*/
99

1010
(function (global, factory) {

dist/dropcss.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dropcss",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "An exceptionally fast, thorough and tiny unused-CSS cleaner",
55
"main": "./dist/dropcss.cjs.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"mocha": "^6.1.4",
2929
"nyc": "^14.1.1",
30-
"rollup": "^1.13.0",
30+
"rollup": "^1.13.1",
3131
"rollup-plugin-buble": "^0.19.6",
3232
"rollup-plugin-cjs-es": "^0.7.0",
3333
"rollup-plugin-terser": "^5.0.0"

0 commit comments

Comments
 (0)