diff --git a/.changeset/fluffy-rice-protect.md b/.changeset/fluffy-rice-protect.md new file mode 100644 index 0000000..4a80ef0 --- /dev/null +++ b/.changeset/fluffy-rice-protect.md @@ -0,0 +1,5 @@ +--- +"@opentf/std": patch +--- + +Updated pkg repo field. diff --git a/packages/std/package.json b/packages/std/package.json index 06a7330..2936693 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -42,7 +42,10 @@ }, "license": "MIT", "homepage": "https://js-std.pages.dev", - "repository": "git@github.com:Open-Tech-Foundation/js-std.git", + "repository": { + "type": "git", + "url": "https://github.com/Open-Tech-Foundation/js-std.git" + }, "type": "module", "main": "dist/index.cjs", "module": "dist/index.js",