Skip to content

Commit 2093882

Browse files
committed
Adding a better (css-wise) validation error.
1 parent 0399b51 commit 2093882

File tree

8 files changed

+51
-17938
lines changed

8 files changed

+51
-17938
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"it": false,
3636
"define": false,
3737
"CodeMirror": false,
38-
"KJUR": false
38+
"KJUR": false,
39+
"$": false
3940
}
4041
}

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "jwt.io",
33
"version": "0.0.1",
44
"dependencies": {
5-
"jsrsasign": "http://kjur.github.io/jsrsasign/jsrsasign-4.1.4-all-min.js",
5+
"jsrsasign": "http://kjur.github.io/jsrsasign/jsrsasign-4.1.4-all-min.js",
66
"json-sans-eval-min": "http://kjur.github.io/jsjws/ext/json-sans-eval-min.js",
77
"codemirror": "[email protected]:marijnh/CodeMirror.git#4.0.1",
8-
"jws.js": "https://raw.github.com/kjur/jsjws/master/jws-3.0.js",
9-
"jsonlint": "1.6.0"
10-
8+
"jws.js": "https://raw.github.com/kjur/jsjws/master/jws-3.0.js",
9+
"jsonlint": "1.6.0",
10+
"zepto": "~1.1.3"
1111
}
1212
}

dist/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)