Skip to content

Commit

Permalink
Make dependency on rasterizeHTML.js less restrictive, clean-up packag…
Browse files Browse the repository at this point in the history
…e.json
  • Loading branch information
Christoph Burgmer committed Nov 26, 2013
1 parent 5049ba8 commit a697794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ Limitations
- [Same-origin restrictions](https://developer.mozilla.org/en-US/docs/Same_origin_policy_for_JavaScript) apply when sourcing files. All files referenced need to be inside the same directory as the `RegressionRunner.html` or in ones below.
- Because of the way the HTML is rendered to the canvas inside the browser certain more esoteric pages might fail to render correctly. Here the CLI runner can be of some help as it uses the native interface to render pages.

Licensed under MIT. Maintained by [@cburgmer](https://twitter.com/cburgmer). Copyright (c) 2012 ThoughtWorks, Inc.
Licensed under MIT. Maintained by [@cburgmer](https://twitter.com/cburgmer). Copyright (c) 2012, 2013 ThoughtWorks, Inc.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"csscritic.css"
],
"dependencies": {
"rasterizeHTML.js": "0.6.0",
"rasterizeHTML.js": "~0.6.0",
"js-imagediff": "~1.0.4",
"jssha": "*"
},
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "csscritic",
"title": "CSS critic",
"title": "CSS Critic",
"version": "0.1.0",
"description": "A lightweight framework for regression testing of Cascading Style Sheets.",
"keywords": [
Expand All @@ -9,11 +9,7 @@
"test"
],
"homepage": "http://www.github.com/cburgmer/csscritic",
"licenses": [
{
"type": "MIT"
}
],
"license": "MIT",
"author": {
"name": "Christoph Burgmer",
"email": "christoph.burgmer@gmail.com"
Expand Down

0 comments on commit a697794

Please sign in to comment.