Comparing version 1.1.1 to 1.1.2
@@ -5,2 +5,7 @@ <!--mdast setext--> | ||
1.1.2 / 2015-10-16 | ||
================== | ||
* Fix missing `Error` properties on `VFileMessage` ([c896cf9](https://github.com/wooorm/vfile/commit/c896cf9)) | ||
1.1.1 / 2015-10-14 | ||
@@ -7,0 +12,0 @@ ================== |
@@ -87,2 +87,9 @@ /** | ||
/* | ||
* Expose defaults. | ||
*/ | ||
proto.file = proto.name = proto.reason = proto.message = proto.stack = ''; | ||
proto.fatal = proto.column = proto.line = null; | ||
/** | ||
@@ -89,0 +96,0 @@ * File-related message with location information. |
{ | ||
"name": "vfile", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Virtual file format for text processing", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29887
525