Skip to content

Commit

Permalink
build: add publishConfig to core
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Oct 30, 2024
1 parent a44be33 commit 43cc82b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"version": "0.1.1-alpha.2",
"exact": true,
"message": "chore(release): %s"
}
}
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.1.1-alpha.2",
"description": "Core types and functionality of openid federation",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
},
"main": "build/index.js",
"keywords": [],
"author": "Animo Solutions",
"scripts": {
Expand Down

0 comments on commit 43cc82b

Please sign in to comment.