gray-matter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -43,4 +43,4 @@ 'use strict'; | ||
if (i !== 0) { | ||
o.lang = ''; | ||
o.content = str; | ||
delete o.lang; | ||
return o; | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "gray-matter", | ||
"description": "Front-matter parsing done right. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jon Schlinkert", |
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
21233