fix: Use lowercase in package and module name#20
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR renames the package from ariaNotify-polyfill to arianotify-polyfill to follow standard lowercase naming conventions for npm packages and repositories.
- Updates package metadata in package.json to use lowercase naming
- Updates all file references and imports to use the new lowercase filename
- Updates repository URLs and documentation references throughout the codebase
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates main/module entry points and repository URL to lowercase |
| web-test-runner.config.js | Updates script src and import paths to lowercase filenames |
| tests/web-test-runner/ariaNotify-polyfill.js | Updates file path reference to lowercase |
| examples/*/index.html | Updates script src attributes to reference lowercase polyfill file |
| examples/*/ariaNotify-polyfill.js | Updates file path references to lowercase |
| README.md | Updates package name in installation instructions and import examples |
| SUPPORT.md | Updates repository URLs and project name references |
| CONTRIBUTING.md | Updates GitHub repository URLs to lowercase |
| .github/workflows/publish.yml | Updates workflow reference to use lowercase repository name |
lindseywild
approved these changes
Jul 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #18