Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update algoliasearch w/ npm auto-update #1921

Merged
merged 2 commits into from
Nov 15, 2024
Merged

Conversation

stevenjoezhang
Copy link
Contributor

Starting from version 5.0, algoliasearch has been generating some JavaScript files in the dist/lite/builds directory, such as dist/lite/builds/browser.umd.js. The current configuration used by cdnjs, which is:

{
        "basePath": "dist",
        "files": [
          "*.js"
        ]
}

does not match these files, resulting in files missing. This Pull Request fixes this issue.

@MattIPv4 MattIPv4 changed the title Update algoliasearch.json Update algoliasearch w/ npm auto-update Nov 15, 2024
@MattIPv4 MattIPv4 merged commit eaa647d into cdnjs:master Nov 15, 2024
1 check passed
@stevenjoezhang stevenjoezhang deleted the patch-1 branch November 16, 2024 02:20
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.

2 participants