Skip to content

Commit

Permalink
0.0.9 update postcss 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed Nov 10, 2014
1 parent cce6140 commit 3a49dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -105,6 +105,7 @@ Attention!!! imagemagic must compile with webp support

### Changelog
- future - convert inline base64 images with imagemagic or cwebp
- 0.0.9 - update postcss to 2.2.6
- 0.0.8 - fix bug with using @media-queryes and @support statement
- 0.0.7 - fix bug with multiple selectors
- 0.0.6 - add process_selector options for transform selectors
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "webpcss",
"version": "0.0.8",
"version": "0.0.9",
"description": "postcss processor for prepare css to use webp images",
"main": "index.js",
"repository": "lexich/webpcss",
Expand All @@ -20,7 +20,7 @@
},
"license": "MIT",
"dependencies": {
"postcss": "2.2.5"
"postcss": "2.2.6"
},
"devDependencies": {
"coveralls": "^2.11.2",
Expand Down

0 comments on commit 3a49dc2

Please sign in to comment.