Skip to content

Commit

Permalink
chore: Updated package.json with publishConfig.
Browse files Browse the repository at this point in the history
chore: Updated package.json with publishConfig.
  • Loading branch information
michealroberts committed May 20, 2023
1 parent ccf54e9 commit 0649e34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "trpc-nitro-adapter",
"version": "0.1.0",
"description": "observerly's tRPC.io adapter for the Nitro web server",
"description": "A tRPC adapter for the nitro web server framework.",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/observerly/trpc-nitro-adpater.git"
"url": "git+https://github.com/michealroberts/trpc-nitro-adpater.git"
},
"author": "Micheal J. Roberts",
"prepublish": "tsc",
"publishConfig": {
"registry": "https://npm.pkg.github.com/observerly"
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"trpc",
Expand Down

0 comments on commit 0649e34

Please sign in to comment.