mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-26 16:47:23 +08:00
style(projects): fix lint code and format code
This commit is contained in:
@@ -4,14 +4,16 @@
|
||||
"bin": {
|
||||
"sa": "./bin.ts"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": ["./src/*"]
|
||||
"*": [
|
||||
"./src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@soybeanjs/changelog": "0.4.3",
|
||||
"bumpp": "10.4.1",
|
||||
|
||||
Reference in New Issue
Block a user