darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

Add main file in package.json #275

Open decease opened 7 years ago

decease commented 7 years ago

It needs to work with webpack environment.

deap82 commented 7 years ago

This is also needed for use with jspm.

For now I changed the generated entry in config.js to be: "sly-scrolling": "npm:sly-scrolling@1.6.1/dist/sly.min",