load-yaml-file
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "load-yaml-file", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "repository": "LinusU/load-yaml-file", | ||
"graceful-fs": "^4.1.5", | ||
"js-yaml": "^3.6.1", | ||
"js-yaml": "^3.13.0", | ||
"pify": "^2.3.0", | ||
@@ -17,0 +17,0 @@ "strip-bom": "^3.0.0" |
@@ -34,2 +34,3 @@ # Load YAML file | ||
- [write-yaml-file](https://github.com/zkochan/write-yaml-file) - Stringify and write YAML to a file atomically | ||
- [load-json-file](https://github.com/sindresorhus/load-json-file) - Read and parse a JSON file |
1773
36
5
Updatedjs-yaml@^3.13.0