Skip to content

Add a "main" entry point in package.json#349

Open
adrien-delhorme wants to merge 1 commit into
artberri:masterfrom
adrien-delhorme:patch-1
Open

Add a "main" entry point in package.json#349
adrien-delhorme wants to merge 1 commit into
artberri:masterfrom
adrien-delhorme:patch-1

Conversation

@adrien-delhorme

Copy link
Copy Markdown

Description

When installing sidr with npm, we cannot import it with var sidr = require("sidr") because the main entry point is missing in package.json file.

Related Issue

Issue #348

Motivation and Context

How Has This Been Tested?

When installing `sidr` with `npm`, we cannot import it with `var sidr = require("sidr")` because the main entry point is missing in `package.json` file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant