remove chalk dep for cloudformation document generator

This commit is contained in:
timothycarambat
2023-06-14 11:02:46 -07:00
parent 668a49c826
commit 040e0d3df7
2 changed files with 16 additions and 5 deletions

View File

@@ -18,8 +18,5 @@
"prod:frontend": "cd frontend && yarn build",
"generate:cloudformation": "node aws/cloudformation/generate.mjs"
},
"private": false,
"devDependencies": {
"chalk": "^5.2.0"
}
"private": false
}