Skip to content

Commit 069b26a

Browse files
committed
chores: update README
- add versions to the README
1 parent 8219ff4 commit 069b26a

3 files changed

Lines changed: 19 additions & 23 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PurgeCSS
22

3-
![David](https://img.shields.io/david/FullHuman/purgecss?style=for-the-badge)
4-
![David](https://img.shields.io/david/dev/FullHuman/purgecss?style=for-the-badge)
3+
![David (path)](https://img.shields.io/david/FullHuman/purgecss?path=packages%2Fpurgecss&style=for-the-badge)
4+
![David (path)](https://img.shields.io/david/dev/FullHuman/purgecss?path=packages%2Fpurgecss&style=for-the-badge)
55
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
66
![npm](https://img.shields.io/npm/v/purgecss?style=for-the-badge)
77
![npm](https://img.shields.io/npm/dw/purgecss?style=for-the-badge)
@@ -74,14 +74,14 @@ const purgeCSSResults = await new Purgecss().purge({
7474

7575
This repository is a monorepo that we manage using [Lerna](https://github.com/lerna/lerna). That means that we actually publish [several packages](/packages) to npm from the same codebase, including:
7676

77-
| Package | Version | Description |
78-
| ------------------------------------------------------------ | ------- | ------------------------------------------- |
79-
| [purgecss](/packages/purgecss) | | The core of PurgeCSS |
80-
| [postcss-purgecss](/packages/postcss-purgecss) | | PostCSS plugin for PurgeCSS |
81-
| [purgecss-webpack-plugin](/packages/purgecss-webpack-plugin) | | Webpack plugin for PurgeCSS |
82-
| [gulp-purgecss](/packages/gulp-purgecss) | | Gulp plugin for PurgeCSS |
83-
| [grunt-purgecss](/packages/grunt-purgecss) | | Grunt plugin for PurgeCSS |
84-
| [purgecss-from-html](/packages/purgecss-from-html) | | Html extractor for PurgeCSS |
85-
| [purgecss-from-js](/packages/purgecss-from-js) | | Js extractor for PurgeCSS |
86-
| [purgecss-from-pug](/packages/purgecss-from-pug) | | Pug extractor for PurgeCSS |
87-
| [purgecss-with-wordpress](/packages/purgecss-with-wordpress) | | Collection of whitelist items for WordPress |
77+
| Package | Version | Description |
78+
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------------- | ------------------------------------------- |
79+
| [purgecss](/packages/purgecss) | ![npm](https://img.shields.io/npm/v/purgecss?style=flat-square) | The core of PurgeCSS |
80+
| [postcss-purgecss](/packages/postcss-purgecss) | ![npm (scoped)](https://img.shields.io/npm/v/@fullhuman/postcss-purgecss?style=flat-square) | PostCSS plugin for PurgeCSS |
81+
| [purgecss-webpack-plugin](/packages/purgecss-webpack-plugin) | ![npm](https://img.shields.io/npm/v/purgecss-webpack-plugin?style=flat-square) | Webpack plugin for PurgeCSS |
82+
| [gulp-purgecss](/packages/gulp-purgecss) | ![npm](https://img.shields.io/npm/v/gulp-purgecss?style=flat-square) | Gulp plugin for PurgeCSS |
83+
| [grunt-purgecss](/packages/grunt-purgecss) | ![npm](https://img.shields.io/npm/v/grunt-purgecss?style=flat-square) | Grunt plugin for PurgeCSS |
84+
| [purgecss-from-html](/packages/purgecss-from-html) | ![npm](https://img.shields.io/npm/v/purgecss-from-html?style=flat-square) | Html extractor for PurgeCSS |
85+
| [purgecss-from-js](/packages/purgecss-from-js) | ![npm](https://img.shields.io/npm/v/purgecss-from-js?style=flat-square) | Js extractor for PurgeCSS |
86+
| [purgecss-from-pug](/packages/purgecss-from-pug) | ![npm](https://img.shields.io/npm/v/purgecss-from-pug?style=flat-square) | Pug extractor for PurgeCSS |
87+
| [purgecss-with-wordpress](/packages/purgecss-with-wordpress) | ![npm](https://img.shields.io/npm/v/purgecss-with-wordpress?style=flat-square) | Collection of whitelist items for WordPress |

packages/postcss-purgecss/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# PostCSS Purgecss
2-
[![Build Status](https://travis-ci.org/FullHuman/postcss-purgecss.svg?branch=master)](https://travis-ci.org/FullHuman/postcss-purgecss)
3-
[![CircleCi](https://circleci.com/gh/FullHuman/postcss-purgecss/tree/master.svg?style=shield)]()
4-
[![dependencies Status](https://david-dm.org/fullhuman/postcss-purgecss/status.svg)](https://david-dm.org/fullhuman/postcss-purgecss)
5-
[![devDependencies Status](https://david-dm.org/fullhuman/postcss-purgecss/dev-status.svg)](https://david-dm.org/fullhuman/postcss-purgecss?type=dev)
6-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2554f9858cb742ed93eb22f49ccec3c3)](https://www.codacy.com/app/FullHuman/postcss-purgecss?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/postcss-purgecss&utm_campaign=Badge_Grade)
7-
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/2554f9858cb742ed93eb22f49ccec3c3)](https://www.codacy.com/app/FullHuman/postcss-purgecss?utm_source=github.com&utm_medium=referral&utm_content=FullHuman/postcss-purgecss&utm_campaign=Badge_Coverage)
8-
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
9-
[![npm](https://img.shields.io/npm/v/postcss-purgecss.svg)](https://www.npmjs.com/package/@fullhuman/postcss-purgecss)
10-
[![license](https://img.shields.io/github/license/fullhuman/postcss-purgecss.svg)]() [![Greenkeeper badge](https://badges.greenkeeper.io/FullHuman/postcss-purgecss.svg)](https://greenkeeper.io/)
2+
![David (path)](https://img.shields.io/david/FullHuman/purgecss?path=packages%2Fpostcss-purgecss&style=for-the-badge)
3+
![Dependabot](https://img.shields.io/badge/dependabot-enabled-%23024ea4?style=for-the-badge)
4+
![npm](https://img.shields.io/npm/v/@fullhuman/postcss-purgecss?style=for-the-badge)
5+
![npm](https://img.shields.io/npm/dw/@fullhuman/postcss-purgecss?style=for-the-badge)
6+
![GitHub](https://img.shields.io/github/license/FullHuman/purgecss?style=for-the-badge)
117

128
[PostCSS] plugin for PurgeCSS.
139

packages/postcss-purgecss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "postcss-purgecss",
2+
"name": "@fullhuman/postcss-purgecss",
33
"version": "2.0.3",
44
"description": "PostCSS plugin for PurgeCSS",
55
"author": "FoundrySH <no-reply@foundry.sh>",

0 commit comments

Comments
 (0)