Skip to content

Commit

Permalink
Merge pull request #136 from jrit/cheerio-node-12
Browse files Browse the repository at this point in the history
fix readme typo
  • Loading branch information
jrit committed Jul 3, 2015
2 parents d1aa1f7 + 32702d1 commit e318777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<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`).
* `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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e318777

Please sign in to comment.