Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit c9cfbfa

Browse files
author
Kevin Miller
committed
Fixed version number, bower main location.
1 parent 28c2893 commit c9cfbfa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quail",
33
"version": "2.1.0",
4-
"main": "dist/quail.jquery.js",
4+
"main": "dist/*",
55
"ignore": [
66
".jshintrc",
77
"**/*.txt"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quail",
33
"description": "A javascript content accessibility checker.",
44
"homepage": "http://quailjs.org",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"engines": {
77
"node": ">= 0.10.20"
88
},

quail.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "http://quailjs.org",
77
"docs": "http://quail.readthedocs.org/en/latest/",
88
"demo": "http://quailjs.org/examples/",
9-
"version": "2.1.0",
9+
"version": "2.1.1",
1010
"author": {
1111
"name": "Kevin Miller",
1212
"email": "[email protected]",

quail.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quail",
33
"title": "Quail",
44
"description": "QUAIL Accessibility Information Library.",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"homepage": "https://github.com/kevee/quail",
77
"author": {
88
"name": "Kevin Miller",

0 commit comments

Comments
 (0)