Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Sep 6, 2016
1 parent 83704a2 commit 5dabf27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Check out the tests!
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

## Release History
* V2.0.0 - Append the declarations from the original input CSS to selectors chosen by criticalCSS (includes vendor prefixes and other bits that the CSS object model misses).
* v1.0.0 - Upgrade the underlying tool to Phantom 2.1
* v0.6.0 - Add a CLI version
* v0.5.0 - Add `ignoreConsole` option
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": "criticalcss",
"description": "Finds the Above the Fold CSS for your page, and outputs it into a file",
"version": "1.0.3",
"version": "2.0.0",
"homepage": "https://github.com/filamentgroup/criticalcss",
"author": {
"name": "Scott Jehl/Jeffrey Lembeck/Filament Group",
Expand Down

0 comments on commit 5dabf27

Please sign in to comment.