Skip to content

Commit 62da99a

Browse files
committed
Rename to ember-cli-deploy-smart-compress
1 parent 00dbd28 commit 62da99a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## v1.0.0 (2023-06-20)
33

44
#### :rocket: Enhancement
5-
* [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-compress/pull/1) Fork from Dockyard to ember-cli-deploy ([@lukemelia](https://github.com/lukemelia))
5+
* [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress/pull/1) Fork from Dockyard to ember-cli-deploy ([@lukemelia](https://github.com/lukemelia))
66

77
#### Committers: 1
88
- Luke Melia ([@lukemelia](https://github.com/lukemelia))

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ember-cli-deploy-compress
1+
# ember-cli-deploy-smart-compress
22

33
> An ember-cli-deploy plugin to compress files in-place choosing between gzip or brotli compression automatically based on your supported browsers.
44
@@ -18,7 +18,7 @@ For more information on what plugins are and how they work, please refer to the
1818
Run the following command in your terminal:
1919

2020
```bash
21-
ember install ember-cli-deploy-compress
21+
ember install ember-cli-deploy-smart-compress
2222
```
2323

2424
Note that this addon requires at least node.js 14!
@@ -112,3 +112,7 @@ Since this is a node-only ember-cli addon, this package does not include many fi
112112
[1]: http://ember-cli-deploy.github.io/ember-cli-deploy/plugins/ "Plugin Documentation"
113113
[2]: https://github.com/zapnito/ember-cli-deploy-build "ember-cli-deploy-build"
114114
[3]: https://github.com/zapnito/ember-cli-deploy-s3 "ember-cli-deploy-s3"
115+
116+
## Credits
117+
118+
This project was forked from ember-cli-deploy-compress, maintained for several years by Dockyard. Thanks to the authors and maintainers!

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "@ember-cli-deploy/ember-cli-deploy-compress",
2+
"name": "@ember-cli-deploy/ember-cli-deploy-smart-compress",
33
"version": "1.0.0",
44
"description": "Ember CLI Deploy plugin to compress files in gzip or brotli automatically depending on supported browsers (forked from Dockyard)",
55
"keywords": [
66
"ember-addon",
77
"ember-cli-deploy-plugin"
88
],
9-
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-compress",
9+
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-smart-compress",
1010
"license": "MIT",
1111
"author": "Miguel Camba",
1212
"directories": {

0 commit comments

Comments
 (0)