diff --git a/package.json b/package.json index 26eef753..4f89065f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "js-yaml": "^4.1.0", "junk": "^3.1.0", "lodash.clonedeep": "^4.5.0", - "node-abort-controller": "^3.1.1", "open": "^8.4.2", "ora": "^5", "pure-http": "^3", diff --git a/src/BaseCommand.js b/src/BaseCommand.js index e089e067..4ec4f04d 100644 --- a/src/BaseCommand.js +++ b/src/BaseCommand.js @@ -10,9 +10,6 @@ OF ANY KIND, either express or implied. See the License for the specific languag governing permissions and limitations under the License. */ -const { AbortController } = require('node-abort-controller') -global.AbortController = AbortController - const { Command, Flags } = require('@oclif/core') const chalk = require('chalk') const coreConfig = require('@adobe/aio-lib-core-config')