Skip to content

Commit 68a0e8a

Browse files
committed
Remove tree from repository URL in each package.json
1 parent bea8d4e commit 68a0e8a

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

src/Autocomplete/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony-ux"
88
],
99
"homepage": "https://ux.symfony.com/autocomplete",
10-
"repository": "https://github.com/symfony/ux-autocomplete/tree/2.x",
10+
"repository": "https://github.com/symfony/ux-autocomplete",
1111
"type": "module",
1212
"files": [
1313
"dist"

src/Chartjs/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony-ux"
88
],
99
"homepage": "https://ux.symfony.com/chartjs",
10-
"repository": "https://github.com/symfony/ux-chartjs/tree/2.x",
10+
"repository": "https://github.com/symfony/ux-chartjs",
1111
"type": "module",
1212
"files": [
1313
"dist"

src/Cropperjs/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony-ux"
88
],
99
"homepage": "https://ux.symfony.com/cropperjs",
10-
"repository": "https://github.com/symfony/ux-cropperjs/tree/2.x",
10+
"repository": "https://github.com/symfony/ux-cropperjs",
1111
"type": "module",
1212
"files": [
1313
"dist"

src/Dropzone/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony-ux"
88
],
99
"homepage": "https://ux.symfony.com/dropzone",
10-
"repository": "https://github.com/symfony/ux-dropzone/tree/2.x",
10+
"repository": "https://github.com/symfony/ux-dropzone",
1111
"type": "module",
1212
"files": [
1313
"dist"

src/LazyImage/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony-ux"
88
],
99
"homepage": "https://ux.symfony.com/lazy-image",
10-
"repository": "https://github.com/symfony/ux-lazy-image/tree/2.x",
10+
"repository": "https://github.com/symfony/ux-lazy-image",
1111
"type": "module",
1212
"files": [
1313
"dist"

src/LiveComponent/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"components"
1010
],
1111
"homepage": "https://ux.symfony.com/live-component",
12-
"repository": "https://github.com/symfony/ux-live-component/tree/2.x",
12+
"repository": "https://github.com/symfony/ux-live-component",
1313
"type": "module",
1414
"files": [
1515
"dist"

src/Map/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"maps"
1111
],
1212
"homepage": "https://ux.symfony.com/map",
13-
"repository": "https://github.com/symfony/ux-map/tree/2.x",
13+
"repository": "https://github.com/symfony/ux-map",
1414
"type": "module",
1515
"files": [
1616
"dist"

src/Map/src/Bridge/Google/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"map"
1010
],
1111
"homepage": "https://ux.symfony.com/map",
12-
"repository": "https://github.com/symfony/ux-google-map/tree/2.x",
12+
"repository": "https://github.com/symfony/ux-google-map",
1313
"type": "module",
1414
"files": [
1515
"dist"

src/Map/src/Bridge/Leaflet/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"map"
1010
],
1111
"homepage": "https://ux.symfony.com/map",
12-
"repository": "https://github.com/symfony/ux-leaflet-map/tree/2.x",
12+
"repository": "https://github.com/symfony/ux-leaflet-map",
1313
"type": "module",
1414
"files": [
1515
"dist"

src/Notify/assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"symfony-ux"
88
],
99
"homepage": "https://ux.symfony.com/notify",
10-
"repository": "https://github.com/symfony/ux-notify/tree/2.x",
10+
"repository": "https://github.com/symfony/ux-notify",
1111
"type": "module",
1212
"files": [
1313
"dist"

0 commit comments

Comments
 (0)