fix: package.json keys order
This commit is contained in:
parent
b425b251ea
commit
97975dafc5
@ -30,7 +30,7 @@ For example:
|
||||
}
|
||||
```
|
||||
|
||||
### Config VSCode auto fix
|
||||
### Config VS Code auto fix
|
||||
|
||||
Create `.vscode/settings.json`
|
||||
|
||||
|
@ -66,14 +66,14 @@ module.exports = {
|
||||
'author',
|
||||
'repository',
|
||||
'funding',
|
||||
'bin',
|
||||
'exports',
|
||||
'files',
|
||||
'jsdelivr',
|
||||
'main',
|
||||
'module',
|
||||
'types',
|
||||
'unpkg',
|
||||
'jsdelivr',
|
||||
'exports',
|
||||
'bin',
|
||||
'files',
|
||||
'scripts',
|
||||
'peerDependencies',
|
||||
'peerDependenciesMeta',
|
||||
|
Loading…
Reference in New Issue
Block a user