Skip to content

Commit 68e73da

Browse files
committed
Update addon name
1 parent 4236478 commit 68e73da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class DeployPlugin extends DeployPluginBase {
130130
}
131131

132132
let { default: pkg } = await import(pkgName);
133-
133+
134134
return pkg.createGzip({ format: 'gzip' })
135135
} else {
136136
return require('zlib').createGzip({ format: 'gzip' });
@@ -187,7 +187,7 @@ class DeployPlugin extends DeployPluginBase {
187187
}
188188

189189
module.exports = {
190-
name: 'ember-cli-deploy-compress',
190+
name: 'ember-cli-deploy-smart-compress',
191191

192192
createDeployPlugin(options) {
193193
return new DeployPlugin(options);

0 commit comments

Comments
 (0)