Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed Jul 15, 2018
1 parent eb80bed commit cab5624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gatsby Plugin Purgecss (beta)
# Gatsby Plugin Purgecss
For Gatsby 2 only

[![Build Status](https://travis-ci.org/anantoghosh/gatsby-plugin-purgecss.svg?branch=master)](https://travis-ci.org/anantoghosh/gatsby-plugin-purgecss)
Expand Down Expand Up @@ -102,7 +102,7 @@ This plugins supports most purgecss options as is (except `css`).
## Versioning

Gatsy-plugin-purgecss use [SemVer](http://semver.org/) for versioning.
It will try to match official gatsby plugin's major version when released.
It will try to match official gatsby plugin's major version.

## Acknowledgment

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-purgecss",
"description": "Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules.",
"version": "0.3.1",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"author": "Ananto Ghosh",
Expand Down

0 comments on commit cab5624

Please sign in to comment.