sidr icon indicating copy to clipboard operation
sidr copied to clipboard

Missing "main" entry point in package.json

Open adrien-delhorme opened this issue 5 years ago • 0 comments

Issue tracker is ONLY used for reporting bugs. Use stackoverflow for supporting issues and questions.

Expected Behavior

Importing sidr with var sidr = require("sidr") should work.

Current Behavior

Importing sidr with var sidr = require("sidr") does not work because a "main" entry point is missing from package.json.

Possible Solution

See PR

Steps to Reproduce

Context (Environment)

Detailed Description

Possible Implementation

adrien-delhorme avatar Sep 29 '20 12:09 adrien-delhorme