Skip to content

Commit 6a42945

Browse files
committed
minor #2715 [StimulusBundle] Make the JS package private (for real) (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- [StimulusBundle] Make the JS package private (for real) | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Following #2709 and failing checks like https://github.com/symfony/ux/actions/runs/14850493570/job/41693038644?pr=2713 Commits ------- 625bf5e [StimulusBundle] Make the JS package private (for real)
2 parents 7c4f5f7 + 625bf5e commit 6a42945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StimulusBundle/assets/package.json

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

0 commit comments

Comments
 (0)