Skip to content

fix: Use lowercase in package and module name#20

Merged
smockle merged 4 commits intomainfrom
smockle/lowercase-package-and-module-name
Jul 25, 2025
Merged

fix: Use lowercase in package and module name#20
smockle merged 4 commits intomainfrom
smockle/lowercase-package-and-module-name

Conversation

@smockle
Copy link
Copy Markdown
Contributor

@smockle smockle commented Jul 25, 2025

Fixes #18

Copilot AI review requested due to automatic review settings July 25, 2025 12:44
@smockle smockle requested a review from a team as a code owner July 25, 2025 12:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@smockle smockle enabled auto-merge July 25, 2025 14:01
@smockle smockle merged commit 3499580 into main Jul 25, 2025
4 checks passed
@smockle smockle deleted the smockle/lowercase-package-and-module-name branch July 25, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Installation instructions don’t work due to capitalization

3 participants