Skip to content
This repository was archived by the owner on Feb 25, 2018. It is now read-only.

Commit 2efce21

Browse files
committed
v0.3.0
* Added `mismatchTolerance` tolerance (`mismatchTolerance: 0.0.5` is default) (thx [fidgety](chrisgladd#17)) * Use PhantomCSS v0.7.1 * Update dependencies * Remove grunt as peerDependency causing multiple issues with peerPackages * Fix post-script `bower install`
1 parent f9c10f8 commit 2efce21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-phantomcss",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"homepage": "https://github.com/anselmh/grunt-phantomcss",
55
"authors": [
66
"Chris Gladd <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-phantomcss",
33
"description": "Plugin to do CSS regression testing via PhantomCSS.",
4-
"version": "0.2.3",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/anselmh/grunt-phantomcss",
66
"author": {
77
"name": "Chris Gladd",

0 commit comments

Comments
 (0)