Skip to content

Commit a697794

Browse files
author
Christoph Burgmer
committedNov 26, 2013
Make dependency on rasterizeHTML.js less restrictive, clean-up package.json
1 parent 5049ba8 commit a697794

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Limitations
6565
- [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.
6666
- 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.
6767

68-
Licensed under MIT. Maintained by [@cburgmer](https://twitter.com/cburgmer). Copyright (c) 2012 ThoughtWorks, Inc.
68+
Licensed under MIT. Maintained by [@cburgmer](https://twitter.com/cburgmer). Copyright (c) 2012, 2013 ThoughtWorks, Inc.

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"csscritic.css"
77
],
88
"dependencies": {
9-
"rasterizeHTML.js": "0.6.0",
9+
"rasterizeHTML.js": "~0.6.0",
1010
"js-imagediff": "~1.0.4",
1111
"jssha": "*"
1212
},

‎package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csscritic",
3-
"title": "CSS critic",
3+
"title": "CSS Critic",
44
"version": "0.1.0",
55
"description": "A lightweight framework for regression testing of Cascading Style Sheets.",
66
"keywords": [
@@ -9,11 +9,7 @@
99
"test"
1010
],
1111
"homepage": "http://www.github.com/cburgmer/csscritic",
12-
"licenses": [
13-
{
14-
"type": "MIT"
15-
}
16-
],
12+
"license": "MIT",
1713
"author": {
1814
"name": "Christoph Burgmer",
1915
"email": "christoph.burgmer@gmail.com"

0 commit comments

Comments
 (0)
Please sign in to comment.