fix(cli): Include enquirer as dependency (#16925)

This commit is contained in:
Jennifer Shehane
2021-06-15 08:09:09 -07:00
committed by GitHub
parent 37de5f8dc5
commit 9c5ba8e7d6
2 changed files with 3 additions and 9 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
"commander": "^5.1.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.4",
"debug": "4.3.2",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"eventemitter2": "^6.4.3",
"execa": "4.1.0",
"executable": "^4.1.1",