Skip to content

Commit e318777

Browse files
committed
Merge pull request #136 from jrit/cheerio-node-12
fix readme typo
2 parents d1aa1f7 + 32702d1 commit e318777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ All juice methods take an options object that can contain any of these propertie
5353
* `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 `{}`.
5454
* `inlinePseudoElements` - Whether to insert pseudo elements (`::before` and `::after`) as `<span>` 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`).
5555
* `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`.
56-
* `preserveImportant` - preserves `!important` in values. Defaults to `false`.
56+
* `preserveImportant` - preserves `!important` in values. Defaults to `false`.
5757

5858
### Methods
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juice",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Inlines css into html source",
55
"bin": "./bin/juice",
66
"main": "./lib/juice",

0 commit comments

Comments
 (0)