front-matter
Advanced tools
Comparing version 0.2.1 to 0.2.2
const parser = require('yaml-js') | ||
const seperators = [ '---', '= yaml ='] | ||
const pattern = pattern = '^(' | ||
const pattern = '^(' | ||
+ '((= yaml =)|(---))' | ||
@@ -6,0 +6,0 @@ + '$([\\s\\S]*?)' |
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/jxson/front-matter", | ||
@@ -14,0 +14,0 @@ "bugs": "https://github.com/jxson/front-matter/issues", |
@@ -52,3 +52,3 @@ | ||
} | ||
, body: 'This is some content' | ||
, body: 'This is some text about some stuff that happened sometime ago' | ||
} | ||
@@ -55,0 +55,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
11611