predictionmachines / InteractiveDataDisplay

Interactive Data Display for JavaScript
http://predictionmachines.github.io/InteractiveDataDisplay
Other
98 stars 32 forks source link

"jqueryui" vs "jquery-ui" #199

Closed FilippoPolo closed 4 years ago

FilippoPolo commented 5 years ago

Hi all,

The package.json file declares "jqueryui" as a dependency. But the wrapper headers then require "jquery-ui". This may cause dependency resolution to fail. The issue is not immediately obvious because both "jquery-ui" and "jqueryui" exist in NPM!

I think the correct library is "jquery-ui", so the fix should be to replace "jqueryui" with "jquery-ui" in package.json?