Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zörb committed Dec 6, 2020
1 parent 396a6cc commit 2853134
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inline-critical",
"version": "6.0.1",
"version": "6.0.2",
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
"main": "index.js",
"scripts": {
Expand All @@ -13,7 +13,9 @@
"cli.js",
"src/*.js"
],
"bin": "cli.js",
"bin": {
"inline-critical": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bezoerb/inline-critical"
Expand Down

0 comments on commit 2853134

Please sign in to comment.