Skip to content

Commit

Permalink
fix: fix wrong version of clean-css
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbo committed Jul 9, 2020
1 parent 595b170 commit ea9b203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"bluebird": "^3.7.2",
"clean-css": ">4.2.3",
"clean-css": "^4.2.3",
"html-minifier": "^4.0.0",
"minimatch": "^3.0.4",
"object-assign": "^4.1.1",
Expand All @@ -33,5 +33,5 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.7"
"version": "1.0.8"
}

0 comments on commit ea9b203

Please sign in to comment.