Skip to content

Commit

Permalink
WIP fix publish config url
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 2, 2024
1 parent eca8988 commit 4f1ce07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-meals-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gipo355/test-nest-auth-lib': patch
---

change url
5 changes: 5 additions & 0 deletions libs/test-nest-auth-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
"tslib": "^2.3.0"
},
"type": "commonjs",
"license": "MIT",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"homepage": "https://github.com/gipo355/monorepo/libs/example-node-lib",
"repository": {
"url": "https://github.com/gipo355/monorepo"
},
"publishConfig": {
"access": "public",
"provenance": true
Expand Down

0 comments on commit 4f1ce07

Please sign in to comment.