create-mdx
Advanced tools
Comparing version 0.16.4 to 0.16.6
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
init({name, template}) | ||
.then(res => process.exit(0)) | ||
.then(_res => process.exit(0)) | ||
.catch(err => { | ||
@@ -12,0 +12,0 @@ console.log(err) |
{ | ||
"name": "create-mdx", | ||
"version": "0.16.4", | ||
"version": "0.16.6", | ||
"description": "Initialize an MDX project", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "21a3cc7b102ae8c706f54566440d852393e90049" | ||
"gitHead": "fc40de3ea63f58e8453458a54575734f40bcfd90" | ||
} |
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
3830