Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ { | ||
"author": "Christian Zangl", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"keywords": [ | ||
@@ -28,20 +28,15 @@ "json", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/laktak/any-json/raw/master/LICENSE" | ||
} | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"cson-safe": "^1.0.5-moved", | ||
"fast-csv": "^0.6.0", | ||
"hjson": "^1.7.3", | ||
"ini": "^1.3.3", | ||
"js-yaml": "^3.3.1", | ||
"hjson": "^1.7.4", | ||
"ini": "^1.3.4", | ||
"js-yaml": "^3.4.0", | ||
"json5": "^0.4.0", | ||
"strip-json-comments": "^1.0.2", | ||
"strip-json-comments": "^1.0.4", | ||
"xlsjs": "^0.7.5", | ||
"xlsx": "^0.8.0", | ||
"xml2js": "^0.4.8" | ||
"xml2js": "^0.4.10" | ||
} | ||
} |
71631
Updatedhjson@^1.7.4
Updatedini@^1.3.4
Updatedjs-yaml@^3.4.0
Updatedstrip-json-comments@^1.0.4
Updatedxml2js@^0.4.10