Skip to content

Commit

Permalink
Bump (#548)
Browse files Browse the repository at this point in the history
* Bump dependencies

* package-lock.json

* Bump inline-critical

* Bump dependencies

* increase jest timeout

* Bump postcss
  • Loading branch information
bezoerb authored Dec 11, 2022
1 parent de51d5c commit 17afde1
Show file tree
Hide file tree
Showing 5 changed files with 1,877 additions and 1,689 deletions.
4 changes: 2 additions & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ function run(data) {
if (cli.input[0]) {
run();
} else {
// Get stdin
stdin().then(run);
const data = await stdin();
run(data);
}
Loading

0 comments on commit 17afde1

Please sign in to comment.