We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
andersevenrud
Learn more about funding links in repositories.
Report abuse
1 parent 22564c8 commit d64f6dcCopy full SHA for d64f6dc
src/tasks/scaffold.js
@@ -343,12 +343,5 @@ module.exports = {
343
'--name': 'Specify name instead of using interactive wizard'
344
},
345
action: scaffoldPackage('iframe-application')
346
- },
347
- 'create:package': {
348
- description: '[deprecated] Creates a new package',
349
- action: ({logger, options, args}) => {
350
- logger.warn('The task \'create:package\' is deprecated, please use \'make*\' tasks instead');
351
- return scaffoldPackage('application')({logger, options, args});
352
- }
353
}
354
};
0 commit comments