Skip to content

Commit

Permalink
Merge pull request #166 from jrit/cheerio-node-12
Browse files Browse the repository at this point in the history
update deps, v1.6
  • Loading branch information
jrit committed Oct 26, 2015
2 parents 0d27b44 + 8d36eae commit d2d5186
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.6.0 / 2015-10-26
==================

* Add feature `data-embed` attribute
* update deps: web-resource-inliner, batch, commander, slick

1.5.0 / 2015-09-25
==================

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "juice",
"version": "1.5.1",
"version": "1.6.0",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"main": "./lib/juice",
Expand Down Expand Up @@ -35,12 +35,12 @@
"node": ">=0.10.0"
},
"dependencies": {
"batch": "0.5.2",
"batch": "0.5.3",
"cheerio": "0.19.0",
"commander": "2.3.0",
"commander": "2.9.0",
"cssom": "0.3.0",
"slick": "1.12.1",
"web-resource-inliner": "1.1.4"
"slick": "1.12.2",
"web-resource-inliner": "1.2.0"
},
"devDependencies": {
"should": "4.0.4",
Expand Down

0 comments on commit d2d5186

Please sign in to comment.