Skip to content

Package.json issues #206

Description

@chrism2671

I'm using 0.1.7 from npm.

In package.json:

  "main": "dist/index.js",
  "module": "dist/index.modern.js",

These point to index.js & index.modern.js, which do not exist.

My app won't boot unless I hard-change these to dist/Flash.js.

  "main": "dist/Flash.js",
  "module": "dist/Flash.js",

I tried to create a PR on master, but it seems like this codebase is different from 0.1.7.

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