From 694ff77b367cff4be7e16366988b394016717e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Wed, 13 Oct 2021 20:10:48 -0400 Subject: [PATCH] refactor: removed ora from dependencies --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9ce8a6a..9267850 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,6 @@ "nock": "13.1.3", "nyc": "15.1.0", "open-cli": "6.0.1", - "ora": "5.4.1", "rollup": "2.58.0", "rollup-plugin-copy": "3.4.0", "rollup-plugin-terser": "7.0.2",