front-matter
Advanced tools
Comparing version 3.0.0 to 3.0.1
var parser = require('js-yaml') | ||
var optionalByteOrderMark = '\\ufeff?' | ||
var platform = typeof process !== 'undefined' ? process.platform : '' | ||
var pattern = '^(' + | ||
@@ -9,3 +10,3 @@ optionalByteOrderMark + | ||
'$' + | ||
(process.platform === 'win32' ? '\\r?' : '') + | ||
(platform === 'win32' ? '\\r?' : '') + | ||
'(?:\\n)?)' | ||
@@ -12,0 +13,0 @@ // NOTE: If this pattern uses the 'g' flag the `regex` variable definition will |
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "https://github.com/jxson/front-matter", | ||
@@ -29,7 +29,7 @@ "bugs": "https://github.com/jxson/front-matter/issues", | ||
"coveralls": "^2.11.6", | ||
"istanbul": "^0.3.6", | ||
"istanbul": "^0.4.5", | ||
"standard": "^6.0.4", | ||
"standard-format": "^2.1.0", | ||
"standard-format": "^2.2.4", | ||
"tape": "^4.4.0", | ||
"zuul": "^3.10.1" | ||
"zuul": "^3.12.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "contributors": [ |
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
239
20077
17