This PR aims to move us to @imgix/core-js rather than imgix-core-js as the latter is no longer maintained/has moved.
New Feature
[ ] If this is a big feature with breaking changes, consider [opening an issue][issues] to discuss first. This is completely up to you, but please keep in mind that your PR might not be accepted.
[ ] Run unit tests to ensure all existing tests are still passing
[ ] Add new passing unit tests to cover the code introduced by your PR
[ ] Update the readme
[ ] Add some steps so we can test your cool new feature!
[ ] The PR title is in the conventional commit format: e.g. feat(<area>): added new way to do this cool thing #issue-number
[ ] Add your info to the contributors array in package.json!
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
- `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change)
- `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
- `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
- `@Commit-Lint merge disable` will desactivate merge dependabot PR
- `@Commit-Lint review` will approve dependabot PR
- `@Commit-Lint stop review` will stop approve dependabot PR
Description
This PR aims to move us to
@imgix/core-js
rather thanimgix-core-js
as the latter is no longer maintained/has moved.New Feature
feat(<area>): added new way to do this cool thing #issue-number
Steps to Test
TODO