create-mdx
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
init({ name, template }) | ||
init({name, template}) | ||
.then(res => process.exit(0)) | ||
@@ -10,0 +10,0 @@ .catch(err => { |
{ | ||
"name": "create-mdx", | ||
"version": "0.16.1", | ||
"description": "Initialize an MDX project", | ||
"version": "0.16.0", | ||
"license": "MIT", | ||
"author": "John Otander", | ||
"keywords": [ | ||
"create", | ||
"mdx", | ||
"app", | ||
"markdown", | ||
"react", | ||
"jsx", | ||
"remark", | ||
"unified" | ||
], | ||
"homepage": "https://mdxjs.com", | ||
"repository": "mdx-js/mdx", | ||
"bugs": "https://github.com/mdx-js/mdx/issues", | ||
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com)", | ||
"contributors": [ | ||
"John Otander <johnotander@gmail.com> (http://johnotander.com)", | ||
"Tim Neutkens <tim@zeit.co>", | ||
"Matija Marohnić <matija.marohnic@gmail.com>", | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
"bin": { | ||
"create-mdx": "cli.js" | ||
}, | ||
"keywords": [ | ||
"mdx" | ||
"files": [ | ||
"cli.js" | ||
], | ||
@@ -16,3 +35,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "2c1c8676327f97b060283c5a9047574d8ada11ec" | ||
"gitHead": "b69654652e22043592da6db45bc8306b05c783ad" | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3809
4
1
1
67