diff --git a/README.md b/README.md index 4cc2e87..4dfd063 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ All juice methods take an options object that can contain any of these propertie * `webResources` - An options object that will be passed to [web-resource-inliner](https://www.npmjs.com/package/web-resource-inliner) for juice functions that will get remote resources (`juiceResources` and `juiceFile`). Defaults to `{}`. * `inlinePseudoElements` - Whether to insert pseudo elements (`::before` and `::after`) as `` into the DOM. *Note*: Inserting pseudo elements will modify the DOM and may conflict with CSS selectors elsewhere on the page (e.g., `:last-child`). * `xmlMode` - whether to output XML/XHTML with all tags closed. Note that the input *must* also be valid XML/XHTML or you will get undesirable results. Defaults to `false`. -* `preserveImportant` - preserves `!important` in values. Defaults to `false`. + * `preserveImportant` - preserves `!important` in values. Defaults to `false`. ### Methods diff --git a/package.json b/package.json index 5d8697a..ccf606d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "juice", - "version": "1.3.0", + "version": "1.3.1", "description": "Inlines css into html source", "bin": "./bin/juice", "main": "./lib/juice",