8000 [StimulusBundle] Make the JS package private by Kocal · Pull Request #2709 · symfony/ux · GitHub
[go: up one dir, main page]

Skip to content

[StimulusBundle] Make the JS package private #2709

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

Merged
merged 1 commit into from
May 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/StimulusBundle/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

JavaScript assets of the [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) PHP package.

This package is private and is not intended to be published on npm or installed.
## Installation

If you're looking for a npm package to integrate Stimulus in your Symfony application, you may be looking for the [`@symfony/stimulus-bridge`](https://www.npmjs.com/package/@symfony/stimulus-bridge) package.
Due to compatibility issues with JSDelivr causing the package not to work as expected, the package is not yet released on NPM.
Read more at [symfony/ux#2708](https://github.com/symfony/ux/issues/2708).

## Resources

Expand Down
1 change: 1 addition & 0 deletions src/StimulusBundle/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@symfony/stimulus-bundle",
"description": "Integration of @hotwired/stimulus into Symfony",
"private": "true",
"license": "MIT",
"version": "2.24.0",
"keywords": [
Expand Down
Loading
0