Comparing version 0.1.0 to 0.1.1
@@ -1,4 +0,1 @@ | ||
--- | ||
tags: ['verb-tag-jscomments'] | ||
--- | ||
# {%= name %} {%= badge("fury") %} | ||
@@ -21,9 +18,7 @@ | ||
var parsers = require('{%= name %}'); | ||
console.log(parsers('abc')); | ||
//=> ['a', 'b', 'c']; | ||
parsers.remarkable('# Is Awesome!'); | ||
//=> '<h1>Is Awesome!</h1>' | ||
``` | ||
## API | ||
{%= jscomments("index.js") %} | ||
## Author | ||
@@ -30,0 +25,0 @@ {%= include("author") %} |
{ | ||
"name": "parsers", | ||
"description": "Like consolidate.js, but for parsers instead of engines.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/parsers", | ||
@@ -36,14 +36,21 @@ "author": { | ||
"remarkable": "^1.0.0", | ||
"verb": ">= 0.2.6", | ||
"verb-tag-jscomments": ">= 0.2.0" | ||
"verb": ">= 0.2.6" | ||
}, | ||
"keywords": [ | ||
"docs", | ||
"documentation", | ||
"generate", | ||
"generator", | ||
"front", | ||
"front-matter", | ||
"gray", | ||
"gray-matter", | ||
"js", | ||
"markdown", | ||
"templates", | ||
"verb" | ||
"markdown-js", | ||
"marked", | ||
"matter", | ||
"parse", | ||
"parser", | ||
"parsers", | ||
"parsing", | ||
"remarkable", | ||
"yaml" | ||
] | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
11446
6
11
1
46