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