From 766860a2ca163fc645c399d631dda31cd21d7301 Mon Sep 17 00:00:00 2001 From: Sam Harrison Date: Tue, 5 May 2020 20:06:42 -0500 Subject: [PATCH] chore: drop shelljs requirement --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f6e1df02..84f707bf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "inquirer": "^7.1.0", "qs": "^6.9.3", "semver": "^7.3.0", - "shelljs": "^0.8.3", "tsv": "^0.2.0", "twilio": "^3.43.0" },