artberri / sidr

Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
http://www.berriart.com/sidr/
MIT License
2.89k stars 597 forks source link

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

Open adrien-delhorme opened 4 years ago

adrien-delhorme commented 4 years ago

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?