Skip to content

Commit e3e43b7

Browse files
committed
0.4.2
1 parent 05b48a3 commit e3e43b7

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-formatter",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"authors": "Mohsen Azimi <[email protected]>",
55
"description": "JSON Formatter is an AngularJS directive for rendering JSON objects in HTML with a **collapsible** navigation.",
66
"main": [

dist/json-formatter.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jsonformatter
33
*
4-
* Version: 0.4.1 - 2015-12-01T20:27:41.499Z
4+
* Version: 0.4.1 - 2015-12-03T03:38:59.933Z
55
* License: MIT
66
*/
77

@@ -40,13 +40,13 @@
4040
color: red;
4141
}
4242
.json-formatter-row .null {
43-
color: #855A00;
43+
color: #855a00;
4444
}
4545
.json-formatter-row .undefined {
4646
color: #ca0b69;
4747
}
4848
.json-formatter-row .function {
49-
color: #FF20ED;
49+
color: #ff20ed;
5050
}
5151
.json-formatter-row .date {
5252
background-color: rgba(0, 0, 0, 0.05);
@@ -60,7 +60,7 @@
6060
color: blue;
6161
}
6262
.json-formatter-row .key {
63-
color: #00008B;
63+
color: #00008b;
6464
cursor: pointer;
6565
}
6666
.json-formatter-row .constructor-name {
@@ -112,38 +112,38 @@
112112
content: "[]";
113113
}
114114
.json-formatter-dark.json-formatter-row .string {
115-
color: #31F031;
115+
color: #31f031;
116116
white-space: pre;
117117
word-wrap: break-word;
118118
}
119119
.json-formatter-dark.json-formatter-row .number {
120-
color: #66C2FF;
120+
color: #66c2ff;
121121
}
122122
.json-formatter-dark.json-formatter-row .boolean {
123-
color: #EC4242;
123+
color: #ec4242;
124124
}
125125
.json-formatter-dark.json-formatter-row .null {
126-
color: #EEC97D;
126+
color: #eec97d;
127127
}
128128
.json-formatter-dark.json-formatter-row .undefined {
129129
color: #ef8fbe;
130130
}
131131
.json-formatter-dark.json-formatter-row .function {
132-
color: #FD48CB;
132+
color: #fd48cb;
133133
}
134134
.json-formatter-dark.json-formatter-row .date {
135135
background-color: rgba(255, 255, 255, 0.05);
136136
}
137137
.json-formatter-dark.json-formatter-row .url {
138138
text-decoration: underline;
139-
color: #027BFF;
139+
color: #027bff;
140140
cursor: pointer;
141141
}
142142
.json-formatter-dark.json-formatter-row .bracket {
143-
color: #9494FF;
143+
color: #9494ff;
144144
}
145145
.json-formatter-dark.json-formatter-row .key {
146-
color: #23A0DB;
146+
color: #23a0db;
147147
cursor: pointer;
148148
}
149149
.json-formatter-dark.json-formatter-row .constructor-name {

dist/json-formatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* jsonformatter
33
*
4-
* Version: 0.4.1 - 2015-12-01T20:27:41.483Z
4+
* Version: 0.4.1 - 2015-12-03T03:38:59.925Z
55
* License: MIT
66
*/
77

dist/json-formatter.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/json-formatter.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonformatter",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Angular Publishable Directive Boilerplate",
55
"main": "dist/json-formatter.js",
66
"repository": "[email protected]:mohsen1/json-formatter.git",

0 commit comments

Comments
 (0)