Skip to content

Commit

Permalink
Merge pull request #146 from jrit/cheerio-node-12
Browse files Browse the repository at this point in the history
Bump web-resource-inliner version and patch version
  • Loading branch information
jrit committed Jul 23, 2015
2 parents abee8d6 + 47f9f9c commit b0cc364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*~
coverage
npm-debug.log
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice",
"version": "1.3.3",
"version": "1.3.4",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"main": "./lib/juice",
Expand Down Expand Up @@ -39,7 +39,7 @@
"commander": "2.3.0",
"cssom": "0.3.0",
"slick": "1.12.1",
"web-resource-inliner": "1.1.1"
"web-resource-inliner": "1.1.2"
},
"devDependencies": {
"should": "4.0.4",
Expand Down

0 comments on commit b0cc364

Please sign in to comment.