create-mdx
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "create-mdx", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Initialize an MDX project", | ||
"license": "MIT", | ||
"keywords": [ | ||
"create", | ||
"mdx", | ||
"app", | ||
"markdown", | ||
"react", | ||
"jsx", | ||
"remark", | ||
"unified" | ||
], | ||
"repository": "mdx-js/mdx", | ||
"homepage": "https://mdxjs.com", | ||
"repository": "mdx-js/mdx", | ||
"bugs": "https://github.com/mdx-js/mdx/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com)", | ||
@@ -24,4 +17,6 @@ "contributors": [ | ||
"Matija Marohnić <matija.marohnic@gmail.com>", | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"JounQin <admin@1stg.me> (https://www.1stg.me)" | ||
], | ||
"license": "MIT", | ||
"bin": { | ||
@@ -33,6 +28,16 @@ "create-mdx": "cli.js" | ||
], | ||
"keywords": [ | ||
"create", | ||
"mdx", | ||
"app", | ||
"markdown", | ||
"react", | ||
"jsx", | ||
"remark", | ||
"unified" | ||
], | ||
"dependencies": { | ||
"initit": "1.0.0-2" | ||
}, | ||
"gitHead": "4ee999cbe3e82bb4a56e43df14151835f14da400" | ||
"gitHead": "442c11da0dbdbd001b7ba80b7070bd32751b2171" | ||
} |
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
4005