+1
-1
@@ -72,3 +72,3 @@ // Generated by LiveScript 1.6.0 | ||
| value = data[key]; | ||
| if (typeof value === "object" && Array.isArray(value === false)) { | ||
| if (typeof value === "object" && Array.isArray(value) === false) { | ||
| writeString.push(key + " : @" + key + ".ejson"); | ||
@@ -75,0 +75,0 @@ this.stringify(value, key + ".ejson"); |
+1
-1
| { | ||
| "name": "ejson-mark", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "a easy light and quickly markup lang", | ||
@@ -5,0 +5,0 @@ "main": "ejson.js", |
Sorry, the diff of this file is not supported yet
7358
0.01%