mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) add putout
This commit is contained in:
parent
8eeb122a38
commit
f6ab3ffd39
2 changed files with 13 additions and 1 deletions
10
.putout.json
Normal file
10
.putout.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"match": {
|
||||
"server/(server|exit).js": {
|
||||
"remove-process-exit": false
|
||||
},
|
||||
"server": {
|
||||
"remove-process-exit": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -108,7 +108,8 @@
|
|||
"build": "redrun 6to5:*",
|
||||
"build:client": "redrun 6to5:client",
|
||||
"build:client:dev": "redrun 6to5:client:dev",
|
||||
"heroku-postbuild": "redrun 6to5:client"
|
||||
"heroku-postbuild": "redrun 6to5:client",
|
||||
"putout": "putout bin client server common test"
|
||||
},
|
||||
"directories": {
|
||||
"man": "man"
|
||||
|
|
@ -211,6 +212,7 @@
|
|||
"optimize-css-assets-webpack-plugin": "^5.0.0",
|
||||
"philip": "^2.0.0",
|
||||
"place": "^1.1.4",
|
||||
"putout": "^3.0.0",
|
||||
"readjson": "^1.1.3",
|
||||
"redrun": "^7.0.0",
|
||||
"request": "^2.76.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue