Skip to content

Commit

Permalink
Use version instead of url
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk authored May 23, 2024
1 parent e24a12c commit 55188f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ file::
'path' => '@symfony/stimulus-bundle/loader.js',
],
'@hotwired/stimulus' => [
'url' => 'https://ga.jspm.io/npm:@hotwired/stimulus@3.2.1/dist/stimulus.js',
'version' => 'https://ga.jspm.io/npm:@hotwired/stimulus@3.2.1/dist/stimulus.js',
],
];

Expand Down

0 comments on commit 55188f4

Please sign in to comment.