Skip to content

NPM package main (entry) doesn't exist #59

Open
@turboMaCk

Description

@turboMaCk

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 lib directory prepare
  • Or package should both include tsconfig and necessary dependencies and build this dir in post-install.

ping @dhkatz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions