So... I was trying to publish my kmmp library for ...
# javascript
j
So... I was trying to publish my kmmp library for js into npm... and it seems that there is already a library with the same name as mine... so I thought I could create a scoped pacakge.... does kotlin frontend plugin can help me with it or publishing the package in general?
a
If you only have a single JS file or something, you might be fine with manually modifying it to have the scope prefix. Otherwise, there's a ticket linked in there that you can follow for future updates
j
Ohh, thanks for the resource, but it does not seems something to keep in the long run... so I will upvote the issue and hope them can fix it.