-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Related to my comment in #58 (comment)
Current NPM package is broken. It declares main to be lib/index.js but it does neither include nor produce this file.
Furthermore tsconfig.json is also not included in the package due to it not being included in files so option of using tsc to compile the lib would also require change there.
To fix this:
- Either npm package should contain already compile
libdirectoryprepare - Or package should both include
tsconfigand necessary dependencies and build this dir inpost-install.
ping @dhkatz
Metadata
Metadata
Assignees
Labels
No labels