Skip to content

Commit f97ed0d

Browse files
committed
Reverted back to minifier
1 parent 3c8980e commit f97ed0d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

microtip.min.css

Lines changed: 15 additions & 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
@@ -10,7 +10,7 @@
1010
"1kb"
1111
],
1212
"scripts": {
13-
"minify": "cleancss -o microtip.min.css microtip.css",
13+
"minify": "minify microtip.css",
1414
"test": "stylelint microtip.css"
1515
},
1616
"author": "Indrashish Ghosh",
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/ghosh/microtip/issues"
2121
},
2222
"devDependencies": {
23-
"clean-css-cli": "^4.1.3",
23+
"minifier": "^0.8.1",
2424
"stylelint": "^7.10.1"
2525
},
2626
"main": "index.js"

0 commit comments

Comments
 (0)