Skip to content

Commit 6e9ba9b

Browse files
elevatebarthaoqunjiang
authored andcommitted
fix: add missing package keys to the sort array (issue #3509) (#3510)
1 parent 14b2c6e commit 6e9ba9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/@vue/cli/lib/Generator.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,15 @@ module.exports = class Generator {
182182
'description',
183183
'author',
184184
'scripts',
185+
'main',
186+
'module',
187+
'browser',
188+
'jsDelivr',
189+
'unpkg',
190+
'files',
185191
'dependencies',
186192
'devDependencies',
193+
'peerDependencies',
187194
'vue',
188195
'babel',
189196
'eslintConfig',

0 commit comments

Comments
 (0)