Skip to content

Commit

Permalink
fix: NPM Access to Public
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 18, 2023
1 parent bedf7e5 commit 74be60d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lib/package.json
Expand Up @@ -74,6 +74,10 @@
},
"resolutions": {
"prosemirror-model": "1.14.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

4 changes: 4 additions & 0 deletions packages/mermaid-electron-renderer/package.json
Expand Up @@ -74,5 +74,9 @@
},
"resolutions": {
"prosemirror-model": "1.14.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 74be60d

Please sign in to comment.