You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: