diff --git a/.changeset/ten-geckos-type.md b/.changeset/ten-geckos-type.md new file mode 100644 index 0000000..1826790 --- /dev/null +++ b/.changeset/ten-geckos-type.md @@ -0,0 +1,5 @@ +--- +"overlay-kit": patch +--- + +fix: update pkg.repository.url diff --git a/packages/package.json b/packages/package.json index ce90067..37ec970 100644 --- a/packages/package.json +++ b/packages/package.json @@ -10,7 +10,7 @@ "bugs": "https://github.com/toss/overlay-kit/issues", "repository": { "type": "git", - "url": "https://github.com/toss/overlay-kit.git", + "url": "git+https://github.com/toss/overlay-kit.git", "directory": "packages" }, "license": "MIT",