nk-o / jarallax

Parallax scrolling for modern browsers
https://jarallax.nkdev.info
MIT License
1.38k stars 210 forks source link

include typings in distribution #199

Closed dagda1 closed 2 years ago

dagda1 commented 2 years ago

The types are not getting included in the distribution so I change the "files" array in package.json to:

    "files": [
        "src",
        "dist",
        "typings"
    ],