Skip to content

Commit 82b7f94

Browse files
Merge #1865
1865: Fix `package.json` `"repository"` field r=flevi29 a=flevi29 # Pull Request ## What does this PR do? - fixes `"repository"` field according to https://docs.npmjs.com/cli/v9/configuring-npm/package-json#repository ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: F. Levi <[email protected]>
2 parents f93c639 + 1e93454 commit 82b7f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"sideEffects": false,
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/meilisearch/meilisearch-js"
39+
"url": "https://github.com/meilisearch/meilisearch-js.git"
4040
},
4141
"scripts": {
4242
"playground:javascript": "vite serve playgrounds/javascript --open",

0 commit comments

Comments
 (0)