Skip to content

Commit f0d00a1

Browse files
committed
docs: Updates status badges & removes image table
- Tobias didn't want his picture in there
1 parent 94365da commit f0d00a1

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44

55
# Add repository specific users / groups
66
# below here for libs that are not maintained by the org.
7+
@sokra

README.md

+20-28
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[![npm][npm]][npm-url]
2-
[![deps][deps]][deps-url]
3-
[![test][test]][test-url]
4-
[![coverage][cover]][cover-url]
5-
[![chat][chat]][chat-url]
6-
71
<div align="center">
82
<!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
93
<img width="200" height="200" src="https://cdn.worldvectorlogo.com/logos/javascript.svg">
@@ -14,6 +8,13 @@
148
<p>desc</p>
159
</div>
1610

11+
[![npm][npm]][npm-url]
12+
[![node][node]][node-url]
13+
[![deps][deps]][deps-url]
14+
[![tests][tests]][tests-url]
15+
[![coverage][cover]][cover-url]
16+
[![chat][chat]][chat-url]
17+
1718
This plugin extract CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.
1819

1920
It builds on top of a new webpack v4 feature (module types) and requires webpack 4 to work.
@@ -158,38 +159,29 @@ module.exports = {
158159
}
159160
```
160161

161-
<h2 align="center">Maintainers</h2>
162-
163-
<table>
164-
<tbody>
165-
<tr>
166-
<td align="center">
167-
<a href="https://github.com/sokra">
168-
<img width="150" height="150" src="https://github.com/sokra.png?size=150">
169-
</br>
170-
Tobias Koppers
171-
</a>
172-
</td>
173-
</tr>
174-
<tbody>
175-
</table>
176-
177162
#### Long Term Caching
178163

179164
For long term caching use `filename: "[contenthash].css"`. Optionally add `[name]`.
180165

181166

182-
[npm]: https://img.shields.io/npm/v/mini-css-extract-plugin.svg
167+
## License
168+
169+
#### [MIT](./LICENSE)
170+
171+
[npm]: https://img.shields.io/npm/v/webpack-contrib/mini-css-extract-plugin.svg
183172
[npm-url]: https://npmjs.com/package/mini-css-extract-plugin
184173

174+
[node]: https://img.shields.io/node/v/webpack-contrib/mini-css-extract-plugin.svg
175+
[node-url]: https://nodejs.org
176+
185177
[deps]: https://david-dm.org/webpack-contrib/mini-css-extract-plugin.svg
186178
[deps-url]: https://david-dm.org/webpack-contrib/mini-css-extract-plugin
187179

188-
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
189-
[chat-url]: https://gitter.im/webpack/webpack
190-
191-
[test]: http://img.shields.io/travis/webpack-contrib/mini-css-extract-plugin.svg
192-
[test-url]: https://travis-ci.org/webpack-contrib/mini-css-extract-plugin
180+
[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/mini-css-extract-plugin.svg
181+
[tests-url]: https://circleci.com/gh/webpack-contrib/mini-css-extract-plugin
193182

194183
[cover]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/branch/master/graph/badge.svg
195184
[cover-url]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin
185+
186+
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
187+
[chat-url]: https://gitter.im/webpack/webpack

0 commit comments

Comments
 (0)