Skip to content

Commit d64f6dc

Browse files
committedJan 19, 2020
Removed deprecated 'make:package' task
1 parent 22564c8 commit d64f6dc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎src/tasks/scaffold.js

-7
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,5 @@ module.exports = {
343343
'--name': 'Specify name instead of using interactive wizard'
344344
},
345345
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-
}
353346
}
354347
};

0 commit comments

Comments
 (0)
Please sign in to comment.