front-matter
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -34,2 +34,3 @@ var parser = require('js-yaml') | ||
return { | ||
attributes: {}, | ||
body: string | ||
@@ -36,0 +37,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"homepage": "https://github.com/jxson/front-matter", | ||
@@ -14,0 +14,0 @@ "bugs": "https://github.com/jxson/front-matter/issues", |
@@ -96,2 +96,3 @@ | ||
- [Benjamin Tan](https://github.com/d10) - https://d10.github.io/ | ||
- [Kenneth Lim](https://github.com/kenlimmj) - https://kenlimmj.com | ||
@@ -98,0 +99,0 @@ # LICENSE (MIT) |
@@ -163,2 +163,3 @@ var fm = require('../') | ||
t.same(content, { | ||
attributes: {}, | ||
body: string | ||
@@ -165,0 +166,0 @@ }) |
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
16373
185
113