Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ser-Gen committed Jul 9, 2016
1 parent f470fca commit e15c2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var path = require('path');
var fsExtra = require('fs-extra');
var postcss = require('postcss');

var dataRegexp = /url\(["']?data/g;
var dataRegexp = /url\(["']?data:/g;

module.exports = postcss.plugin('postcss-data-packer', plugin);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-data-packer",
"version": "1.2.2",
"version": "1.2.3",
"description": "PostCSS plugin to move an embedded data into a separate file",
"keywords": [
"css",
Expand Down

0 comments on commit e15c2ab

Please sign in to comment.