mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
feature(package) add putout
This commit is contained in:
parent
8eeb122a38
commit
f6ab3ffd39
2 changed files with 13 additions and 1 deletions
|
|
@ -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