-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix package exports #543
Fix package exports #543
Conversation
… module resolution to import the package Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
a6e63a9
to
ea0e8be
Compare
@@ -2,17 +2,30 @@ | |||
"name": "@nextcloud/initial-state", | |||
"version": "2.0.0", | |||
"description": "Access data from the nextcloud server-side initial state API within apps.", | |||
"homepage": "https://github.com/nextcloud/nextcloud-initial-state#readme", | |||
"author": "Christoph Wurst", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you sure about that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can undo this, it just "hurt my eye" that the package.json was like meta data -> scripts -> metadata -> dependencies
😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not actively maintaining this package so I think it would not make a lot of sense to list me as the author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did just move it, not added it 😉
You already were mentioned as author.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should have scrolled further
Fix package exports to support typescript projects with
nodenext
ornode16
module resolution.Also move some parts of the
package.json
to the to (group metadata).