Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Oct 24, 2020
1 parent 5572e7b commit 1f2b31a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/extract-css/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/extract-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-css",
"version": "1.5.5",
"version": "2.0.0",
"description": "Extract the CSS from an HTML document.",
"main": "index.js",
"files": [
Expand All @@ -15,8 +15,8 @@
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/extract-css",
"dependencies": {
"batch": "^0.6.1",
"href-content": "^1.2.3",
"list-stylesheets": "^1.2.8",
"style-data": "^1.4.6"
"href-content": "^2.0.0",
"list-stylesheets": "^1.2.9",
"style-data": "^1.4.7"
}
}
4 changes: 2 additions & 2 deletions packages/href-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "href-content",
"version": "1.2.3",
"version": "2.0.0",
"description": "Get content from link tags in an HTML document.",
"main": "index.js",
"files": [
Expand All @@ -17,6 +17,6 @@
"license": "MIT",
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/href-content",
"dependencies": {
"remote-content": "^1.2.3"
"remote-content": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/list-stylesheets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/list-stylesheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list-stylesheets",
"version": "1.2.8",
"version": "1.2.9",
"description": "Get a list of stylesheets from an HTML document.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-content/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/remote-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-content",
"version": "1.2.3",
"version": "2.0.0",
"description": "Get remote content.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/style-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/style-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-data",
"version": "1.4.6",
"version": "1.4.7",
"description": "Get the content of style tags.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 1f2b31a

Please sign in to comment.