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/3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Aug 29, 2015
2 parents b310c21 + b2d74b2 commit 39bc5fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Assets.prototype.postcss = function (css) {
var self = this;

// Loop through every declaration
css.eachDecl(function (decl) {
css.walkDecls(function (decl) {

// Store the input file path of the file being processed
self.inputPath = decl.source.input.file;
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-assets",
"version": "2.1.3",
"version": "3.0.0",
"description": "PostCSS plugin to manage assets",
"keywords": ["css", "postcss", "postcss-plugin"],
"author": "Vadim Borodean <[email protected]>",
Expand All @@ -12,21 +12,21 @@
"dependencies": {
"canonical-path": "0.0.2",
"cssesc": "^0.1.0",
"directory-encoder": "^0.7.1",
"directory-encoder": "^0.7.2",
"gonzales": "^1.0.7",
"image-size": "borodean/image-size",
"mime": "^1.3.4",
"postcss": "^4.1.11"
"postcss": "^5.0.0"
},
"devDependencies": {
"chai": "^2.3.0",
"gulp": "^3.8.11",
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.9.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "^2.1.0",
"jshint-stylish": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"jshint-stylish": "^2.0.1",
"mocha": "^2.2.5"
},
"scripts": {
Expand Down

0 comments on commit 39bc5fe

Please sign in to comment.