From 68e73da52448c94e129a93148ddc1f81d05669c0 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Tue, 28 Nov 2023 11:46:10 -0500 Subject: [PATCH] Update addon name --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index fff5fcb..073c2cf 100644 --- a/index.js +++ b/index.js @@ -130,7 +130,7 @@ class DeployPlugin extends DeployPluginBase { } let { default: pkg } = await import(pkgName); - + return pkg.createGzip({ format: 'gzip' }) } else { return require('zlib').createGzip({ format: 'gzip' }); @@ -187,7 +187,7 @@ class DeployPlugin extends DeployPluginBase { } module.exports = { - name: 'ember-cli-deploy-compress', + name: 'ember-cli-deploy-smart-compress', createDeployPlugin(options) { return new DeployPlugin(options);