chore: Reconfigure packages
This commit is contained in:
parent
d6675927da
commit
943be591cb
97 changed files with 381 additions and 372 deletions
|
@ -12,6 +12,15 @@ const createLibrary = require('./create-library')
|
|||
const promptLibraryParams = require('./prompt-library-params')
|
||||
|
||||
module.exports = async () => {
|
||||
// Warn about deprecation
|
||||
console.log(`
|
||||
⚠️ ${chalk.yellow('create-freesewing-pattern is deprecated')}
|
||||
|
||||
Please use ${chalk.blue('@freesewing/new-design')} instead:
|
||||
|
||||
${chalk.green.bold('npx @freesewing/new-design')}
|
||||
|
||||
`)
|
||||
// Check node version
|
||||
const node_version = process.version.slice(1).split('.')[0]
|
||||
if (parseInt(node_version) < 10 && process.argv.indexOf('--skip-version-check') === -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue