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

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Jan 3, 2015
2 parents b5a4575 + 674a42f commit 58dac4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Table of contents
* [Base path](#base-path)
* [Base URL](#base-url)
* [Relative paths](#relative-paths)
* [Cachebuster](#cachebuster)
* [Image dimensions](#image-dimensions)
* [Inlining files](#inlining-files)
* [Full list of options](#full-list-of-options)
Expand Down Expand Up @@ -130,7 +131,7 @@ var options = {
Cachebuster
-----------

PostCSS Assets can bust the assets cache, changing urls depending on asset’s modification date:
PostCSS Assets can bust assets cache, changing urls depending on asset’s modification date:

```js
var options = {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-assets",
"version": "1.1.0",
"version": "1.1.1",
"description": "PostCSS plugin to manage assets",
"author": "Vadim Borodean <[email protected]>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"image-size": "^0.3.5",
"js-base64": "^2.1.5",
"mime": "^1.2.11",
"postcss": "^3.0.7"
"postcss": "^4.0.0"
},
"devDependencies": {
"tape": "^3.0.3"
Expand Down

0 comments on commit 58dac4f

Please sign in to comment.