mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-15 08:14:25 +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",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import cac from 'cac';
|
||||
import { cac } from 'cac';
|
||||
import { blue, lightGreen } from 'kolorist';
|
||||
import { version } from '../package.json';
|
||||
import { cleanup, genChangelog, generateRoute, gitCommit, gitCommitVerify, release, updatePkg } from './commands';
|
||||
|
||||
Reference in New Issue
Block a user