chore: normalize repository.url in package.json (#1474)

I got this as a warning when doing `npm publish --dry-run`, so I ran
`npm pkg fix` to create this PR, as instructed.
This commit is contained in:
Michael Bolin
2025-07-07 16:33:06 -07:00
committed by GitHub
parent fd67a0086c
commit a9bed68947

View File

@@ -84,6 +84,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/openai/codex"
"url": "git+https://github.com/openai/codex.git"
}
}