feature(package) add putout

This commit is contained in:
coderaiser 2019-01-10 12:05:57 +02:00
parent 8eeb122a38
commit f6ab3ffd39
2 changed files with 13 additions and 1 deletions

10
.putout.json Normal file
View file

@ -0,0 +1,10 @@
{
"match": {
"server/(server|exit).js": {
"remove-process-exit": false
},
"server": {
"remove-process-exit": true
}
}
}

View file

@ -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",