Skip to content
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