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/2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Aug 18, 2015
2 parents bcfd76f + b051db9 commit b310c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,7 @@ Assets.prototype.postcss = function (css) {
};

module.exports = postcss.plugin('postcss-assets', function (options) {
return new Assets(options);
var assets = new Assets(options);

return assets.postcss;
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-assets",
"version": "2.1.2",
"version": "2.1.3",
"description": "PostCSS plugin to manage assets",
"keywords": ["css", "postcss", "postcss-plugin"],
"author": "Vadim Borodean <[email protected]>",
Expand Down

0 comments on commit b310c21

Please sign in to comment.