Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Apr 8, 2019
1 parent 755f56f commit deb0349
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 (v0.5.0)
* https://github.com/leeoniya/dropcss (v1.0.0)
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion dist/dropcss.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 (v0.5.0)
* https://github.com/leeoniya/dropcss (v1.0.0)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/dropcss.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dropcss",
"version": "0.5.0",
"version": "1.0.0",
"description": "An exceptionally fast, thorough and tiny unused-CSS cleaner",
"main": "./dist/dropcss.cjs.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/leeoniya/dropcss/issues"
},
"devDependencies": {
"mocha": "^6.0.2",
"mocha": "^6.1.2",
"nyc": "^13.3.0",
"rollup": "^1.9.0",
"rollup-plugin-buble": "^0.19.6",
Expand Down

0 comments on commit deb0349

Please sign in to comment.