Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn into npm package #38

Open
NikolajDL opened this issue Oct 10, 2020 · 2 comments
Open

Turn into npm package #38

NikolajDL opened this issue Oct 10, 2020 · 2 comments

Comments

@NikolajDL
Copy link
Owner

This is an older library from before the npm package manager became popular. To make this library more widely available, it would be neat to have it published to the npm registry.

This issue is about preparing the solution to be published.

@silenteyesoncode
Copy link

what we need to do in this

@NikolajDL
Copy link
Owner Author

Basically just create a package.json file with the proper information and ensure the code can be imported by more modern methods like import slider from 'excolo-slider'. This jQuery plugin was built using the AMD pattern, back when RequireJS were popular, so it might not be compatible with ES6 imports or CommonJS modules as it stands right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants