Closed trungleduc closed 1 month ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
The commit created by the releaser removes my
private
field in thepackage.json
file. For example this commit:
Could it be because this package.json
had:
"private":"true",
instead of:
"private": true,
Note the second snippet passes true
as a boolean, which should be the way for specifying a package is private.
Also the releaser handles private
npm packages (which is often be the case in monorepos).
Nice catch, thanks @jtpio
Description
private
field in thepackage.json
file. For example this commit:Reproduce
Release a jupyterlab extension with a private npm package.
Expected behavior
This field is not touched.
Context
Troubleshoot Output
Command Line Output
Browser Output