-
- Downloads
Move minify to optional dependencies.
minify cannot e installed under windows.
parent
34ba34e4
No related branches found
No related tags found
... | ... | @@ -25,7 +25,6 @@ |
"typescript": "^4.4.0" | ||
}, | ||
"dependencies": { | ||
"@tdewolff/minify": "^2.12.5", | ||
"autoprefixer": "^10.0.0", | ||
"chalk": "^5.2.0", | ||
"fancy-log-levels": "^1.0.0", | ||
... | ... | @@ -41,5 +40,8 @@ |
"through2": "^4.0.2", | ||
"which": "^3.0.0", | ||
"yargs": "^17.7.1" | ||
}, | ||
"optionalDependencies": { | ||
"@tdewolff/minify": "^2.20.9" | ||
} | ||
} |
Please register or sign in to comment