Skip to content

Commit f1b2ebf

Browse files
committed
[StimulusBundle] Make the JS package private
1 parent 61819ae commit f1b2ebf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/StimulusBundle/assets/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

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

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

7-
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.
7+
Due to compatibility issues with JSDelivr causing the package not to work as expected, the package is not yet released on NPM.
8+
Read more at [symfony/ux#2708](https://github.com/symfony/ux/issues/2708).
89

910
## Resources
1011

src/StimulusBundle/assets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@symfony/stimulus-bundle",
33
"description": "Integration of @hotwired/stimulus into Symfony",
4+
"private": "true",
45
"license": "MIT",
56
"version": "2.24.0",
67
"keywords": [

0 commit comments

Comments
 (0)