Skip to content

Commit c953af5

Browse files
authored
Merge pull request #837 from cwtuan/patch-1
fix repo and homepage info
2 parents 222e643 + 9347ce2 commit c953af5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/stimulus/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "stimulus",
33
"version": "3.2.2",
44
"description": "Stimulus JavaScript framework",
5-
"repository": "https://stimulus.hotwired.dev",
5+
"homepage": "https://stimulus.hotwired.dev",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/hotwired/stimulus.git"
9+
},
610
"author": "Basecamp, LLC",
711
"contributors": [
812
"David Heinemeier Hansson <[email protected]>",

0 commit comments

Comments
 (0)