diff --git a/README.md b/README.md index ce1cc58..2ee3a8f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ _description_ [npm-downloads-href]: https://npmjs.com/package/spapi-listing-builder [bundle-src]: https://img.shields.io/bundlephobia/minzip/spapi-listing-builder?style=flat&colorA=080f12&colorB=1fa669&label=minzip [bundle-href]: https://bundlephobia.com/result?p=spapi-listing-builder -[license-src]: https://img.shields.io/github/license/antfu/spapi-listing-builder.svg?style=flat&colorA=080f12&colorB=1fa669 -[license-href]: https://github.com/antfu/spapi-listing-builder/blob/main/LICENSE +[license-src]: https://img.shields.io/github/license/sellerartifact/spapi-listing-builder.svg?style=flat&colorA=080f12&colorB=1fa669 +[license-href]: https://github.com/sellerartifact/spapi-listing-builder/blob/main/LICENSE [jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669 [jsdocs-href]: https://www.jsdocs.io/package/spapi-listing-builder diff --git a/package.json b/package.json index 33cfd2a..41c2d30 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", - "release": "bumpp && npm publish", + "release": "bumpp && npm publish --registry https://registry.npmjs.org", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit",