Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Dec 16, 2017
1 parent 6c82f5d commit b9deca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-image-inliner",
"version": "1.0.6",
"version": "2.0.0",
"description": "PostCSS plugin to inline images into css",
"keywords": [
"postcss",
Expand Down

2 comments on commit b9deca0

@sawyerh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bezoerb Heya, was there a breaking change introduced in this update? Having a hard time figuring out what it is.

@bezoerb
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sawyerh: i updated the dependencies and therefore had to drop support for node < 6

Please sign in to comment.