Skip to content

Commit 625bf5e

Browse files
committed
[StimulusBundle] Make the JS package private (for real)
1 parent 7c4f5f7 commit 625bf5e

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)