Skip to content

Commit

Permalink
fix: add missing package keys to the sort array (issue #3509) (#3510)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart authored and haoqunjiang committed Feb 26, 2019
1 parent 14b2c6e commit 6e9ba9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/@vue/cli/lib/Generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,15 @@ module.exports = class Generator {
'description',
'author',
'scripts',
'main',
'module',
'browser',
'jsDelivr',
'unpkg',
'files',
'dependencies',
'devDependencies',
'peerDependencies',
'vue',
'babel',
'eslintConfig',
Expand Down

0 comments on commit 6e9ba9b

Please sign in to comment.