Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman committed Jul 6, 2019
1 parent 544bc70 commit 87cd07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extract-css-core",
"description": "Extract all CSS from a given url, both server side and client side rendered.",
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://www.projectwallace.com/oss",
"repository": "https://github.com/bartveneman/extract-css-core",
"issues": "https://github.com/bartveneman/extract-css-core/issues",
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ employ style injection with JavaScript will not be covered.
This module uses an instance of Chromium to render a page. This has the benefit
that most of the styles can be rendered, even when generated by JavaScript. The
[Puppeteer CSSCoverage API](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#coveragestartcsscoverageoptions)
is the power behind finding most of the CSS.
is the power behind finding most of the CSS. Additionally, the
`document.styleSheets` API is used.

## Installation

Expand Down

0 comments on commit 87cd07e

Please sign in to comment.