create-mdx
Advanced tools
Comparing version 0.16.1 to 0.16.4
#!/usr/bin/env node | ||
const init = require('initit') | ||
const [example = 'next', name = 'next-mdx'] = process.argv.slice(2, 3) | ||
const example = process.argv[2] || 'next' | ||
const name = process.argv[3] || example + '-mdx' | ||
const template = `mdx-js/mdx/examples/${example}` | ||
@@ -6,0 +7,0 @@ |
{ | ||
"name": "create-mdx", | ||
"version": "0.16.1", | ||
"version": "0.16.4", | ||
"description": "Initialize an MDX project", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "b69654652e22043592da6db45bc8306b05c783ad" | ||
"gitHead": "21a3cc7b102ae8c706f54566440d852393e90049" | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3829
11
0