diff --git a/package.json b/package.json index 830665c..56c6773 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/readme.md b/readme.md index b5a0f59..645eb17 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,9 @@ [![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) @@ -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