From: Jakub Pawlowicz Date: Fri, 10 Oct 2014 06:30:00 +0000 (+0100) Subject: Adds missing entry to Readme about broken module compatibility. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cd7cbd6c20a3d8fbf64a98506521ff31c6b28483;p=clean-css.git Adds missing entry to Readme about broken module compatibility. * see 3f1e064c91474ff9bd45ea39b11bc7bd564125c6. --- diff --git a/README.md b/README.md index ac506bee..65913918 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ npm install clean-css #### Module interface * `noAdvanced` became `advanced` - make sure to reverse the value; +* no longer possible to use `CleanCSS` as a function as `new CleanCSS` is always required; ### How to upgrade clean-css from 1.x to 2.x?