Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - extract-css@3.0.1
 - href-content@2.0.2
 - list-stylesheets@2.0.1
 - remote-content@3.0.1
 - style-data@2.0.1
  • Loading branch information
jonkemp committed Feb 8, 2023
1 parent 6880c82 commit 08363a0
Show file tree
Hide file tree
Showing 11 changed files with 280 additions and 259 deletions.
511 changes: 266 additions & 245 deletions package-lock.json

Large diffs are not rendered by default.

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
@@ -1,6 +1,6 @@
{
"name": "extract-css",
"version": "3.0.0",
"version": "3.0.1",
"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": "^2.0.1",
"list-stylesheets": "^2.0.0",
"style-data": "^2.0.0"
"href-content": "^2.0.2",
"list-stylesheets": "^2.0.1",
"style-data": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/href-content/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/href-content/package.json
@@ -1,6 +1,6 @@
{
"name": "href-content",
"version": "2.0.1",
"version": "2.0.2",
"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": "^3.0.0"
"remote-content": "^3.0.1"
}
}
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
@@ -1,6 +1,6 @@
{
"name": "list-stylesheets",
"version": "2.0.0",
"version": "2.0.1",
"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
@@ -1,6 +1,6 @@
{
"name": "remote-content",
"version": "3.0.0",
"version": "3.0.1",
"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
@@ -1,6 +1,6 @@
{
"name": "style-data",
"version": "2.0.0",
"version": "2.0.1",
"description": "Get the content of style tags.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 08363a0

Please sign in to comment.