Skip to content

Commit 7fe8c35

Browse files
committed
[Map] JavaScript package should not be added in user's package.json
1 parent 84fcc3f commit 7fe8c35

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Map/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
2-
2+
3+
## 2.24
4+
5+
- Installing the package in a Symfony app using Flex won't add the `@symfony/ux-map` dependency to the `package.json` file anymore.
6+
37
## 2.23
48

59
- Add `DistanceUnit` to represent distance units (`m`, `km`, `miles`, `nmi`) and

src/Map/assets/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"ci": "biome ci"
1515
},
1616
"symfony": {
17+
"needsPackageAsADependency": false,
1718
"importmap": {
1819
"@hotwired/stimulus": "^3.0.0"
1920
}

0 commit comments

Comments
 (0)