Skip to content

Commit 7d3bf62

Browse files
authored
chore(release): Fix NPM release (#98)
1 parent 61b6d19 commit 7d3bf62

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
workspaces-update = false

package/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"typedoc-plugin-markdown": "^3.15.3",
4848
"typedoc-plugin-merge-modules": "^5.0.1",
4949
"typescript": "^5.1.6"
50+
},
51+
"publishConfig": {
52+
"access": "public"
5053
}
5154
}

0 commit comments

Comments
 (0)