Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Dec 3, 2015
1 parent 05b48a3 commit e3e43b7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "json-formatter",
"version": "0.4.1",
"version": "0.4.2",
"authors": "Mohsen Azimi <msn.azi@gmail.com>",
"description": "JSON Formatter is an AngularJS directive for rendering JSON objects in HTML with a **collapsible** navigation.",
"main": [
Expand Down
24 changes: 12 additions & 12 deletions dist/json-formatter.css
@@ -1,7 +1,7 @@
/*!
* jsonformatter
*
* Version: 0.4.1 - 2015-12-01T20:27:41.499Z
* Version: 0.4.1 - 2015-12-03T03:38:59.933Z
* License: MIT
*/

Expand Down Expand Up @@ -40,13 +40,13 @@
color: red;
}
.json-formatter-row .null {
color: #855A00;
color: #855a00;
}
.json-formatter-row .undefined {
color: #ca0b69;
}
.json-formatter-row .function {
color: #FF20ED;
color: #ff20ed;
}
.json-formatter-row .date {
background-color: rgba(0, 0, 0, 0.05);
Expand All @@ -60,7 +60,7 @@
color: blue;
}
.json-formatter-row .key {
color: #00008B;
color: #00008b;
cursor: pointer;
}
.json-formatter-row .constructor-name {
Expand Down Expand Up @@ -112,38 +112,38 @@
content: "[]";
}
.json-formatter-dark.json-formatter-row .string {
color: #31F031;
color: #31f031;
white-space: pre;
word-wrap: break-word;
}
.json-formatter-dark.json-formatter-row .number {
color: #66C2FF;
color: #66c2ff;
}
.json-formatter-dark.json-formatter-row .boolean {
color: #EC4242;
color: #ec4242;
}
.json-formatter-dark.json-formatter-row .null {
color: #EEC97D;
color: #eec97d;
}
.json-formatter-dark.json-formatter-row .undefined {
color: #ef8fbe;
}
.json-formatter-dark.json-formatter-row .function {
color: #FD48CB;
color: #fd48cb;
}
.json-formatter-dark.json-formatter-row .date {
background-color: rgba(255, 255, 255, 0.05);
}
.json-formatter-dark.json-formatter-row .url {
text-decoration: underline;
color: #027BFF;
color: #027bff;
cursor: pointer;
}
.json-formatter-dark.json-formatter-row .bracket {
color: #9494FF;
color: #9494ff;
}
.json-formatter-dark.json-formatter-row .key {
color: #23A0DB;
color: #23a0db;
cursor: pointer;
}
.json-formatter-dark.json-formatter-row .constructor-name {
Expand Down
2 changes: 1 addition & 1 deletion dist/json-formatter.js
@@ -1,7 +1,7 @@
/*!
* jsonformatter
*
* Version: 0.4.1 - 2015-12-01T20:27:41.483Z
* Version: 0.4.1 - 2015-12-03T03:38:59.925Z
* License: MIT
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/json-formatter.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/json-formatter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jsonformatter",
"version": "0.4.1",
"version": "0.4.2",
"description": "Angular Publishable Directive Boilerplate",
"main": "dist/json-formatter.js",
"repository": "git@github.com:mohsen1/json-formatter.git",
Expand Down

0 comments on commit e3e43b7

Please sign in to comment.