Skip to content

Commit

Permalink
prepare for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartveneman committed Mar 23, 2019
1 parent a93b939 commit 375e838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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": "0.1.0",
"version": "0.0.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
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
</div>

[![NPM Version](https://img.shields.io/npm/v/extract-css-core.svg)](https://www.npmjs.com/package/extract-css-core)
[![Weekly downloads](https://img.shields.io/npm/dw/extract-css-core.svg)](https://www.npmjs.com/package/extract-css-core)
[![Build Status](https://travis-ci.org/bartveneman/extract-css-core.svg?branch=master)](https://travis-ci.org/bartveneman/extract-css-core)
[![Known Vulnerabilities](https://snyk.io/test/github/bartveneman/extract-css-core/badge.svg)](https://snyk.io/test/github/bartveneman/extract-css-core)
[![Weekly downloads](https://img.shields.io/npm/dw/extract-css-core.svg)](https://www.npmjs.com/package/extract-css-core)
![Dependencies Status](https://img.shields.io/david/bartveneman/extract-css-core.svg)
![Dependencies Status](https://img.shields.io/david/dev/bartveneman/extract-css-core.svg)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
Expand All @@ -33,7 +33,9 @@ is the power behind finding most of the CSS.

Currently, there is no solution to get the CSS from modules that use
[Styled Components](https://www.styled-components.com) or something similar. Any
help resolving this issue will be very much appreciated.
help resolving this issue will be very much appreciated. Please contribute to
the relevant
[GitHub issue](https://github.com/bartveneman/extract-css-core/issues/1).

## Installation

Expand Down

0 comments on commit 375e838

Please sign in to comment.