Skip to content

Commit 375e838

Browse files
committed
prepare for release 0.1.0
1 parent a93b939 commit 375e838

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extract-css-core",
33
"description": "Extract all CSS from a given url, both server side and client side rendered.",
4-
"version": "0.1.0",
4+
"version": "0.0.0",
55
"homepage": "https://www.projectwallace.com/oss",
66
"repository": "https://github.com/bartveneman/extract-css-core",
77
"issues": "https://github.com/bartveneman/extract-css-core/issues",

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
</div>
55

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

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

3840
## Installation
3941

0 commit comments

Comments
 (0)