curious what tools people are using to publish pac...
# javascript
p
curious what tools people are using to publish packages to NPM? i noticed a bug with the
npm-publish
plugin where it wasn't including transitive dependencies from KotlinJS libraries (ex: wasn't including
js-joda
from
kotlinx.datetime
)
e
I've seen the js-joda issue in the past. Have a look under #kotlinx-datetime Or ask again
p
it's not an issue with the datetime lib -
jsBrowserProductionLibraryDistribution
produces the correct
package.json
. it's an issue with
npm-publish
(https://github.com/mpetuska/npm-publish/issues/162)
gratitude thank you 1