yaml-unist-parser
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/ikatyang/yaml-unist-parser/compare/v1.1.0...v1.1.1) (2019-10-09) | ||
### Bug Fixes | ||
* **deps:** update dependency `tslib` to 1.10.0 ([#227](https://github.com/ikatyang/yaml-unist-parser/issues/227)) ([6f88029](https://github.com/ikatyang/yaml-unist-parser/commit/6f88029)) | ||
<a name="1.1.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.1.0](https://github.com/ikatyang/yaml-unist-parser/compare/v1.0.1...v1.1.0) (2019-10-08) |
{ | ||
"name": "yaml-unist-parser", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A YAML parser that produces output compatible with unist", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"lines-and-columns": "^1.1.6", | ||
"tslib": "^1.9.1", | ||
"tslib": "^1.10.0", | ||
"yaml": "^1.7.1" | ||
@@ -33,0 +33,0 @@ }, |
@@ -21,6 +21,6 @@ # yaml-unist-parser | ||
# using npm | ||
npm install --save yaml-unist-parser yaml | ||
npm install --save yaml-unist-parser | ||
# using yarn | ||
yarn add yaml-unist-parser yaml | ||
yarn add yaml-unist-parser | ||
``` | ||
@@ -27,0 +27,0 @@ |
91759
Updatedtslib@^1.10.0