Skip to content

Commit

Permalink
Merge pull request #5 from ember-cli-deploy/update-addon-name
Browse files Browse the repository at this point in the history
Update addon name
  • Loading branch information
lukemelia authored Nov 28, 2023
2 parents 4236478 + 68e73da commit 4b4df68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 4b4df68

Please sign in to comment.