stuyam / pressure

:point_down::boom: JavaScript library for handling Force Touch, 3D Touch, and Pointer Pressure.
https://pressurejs.com
MIT License
2.91k stars 98 forks source link

fix: UMD export and namespace config for jQuery build #54

Closed zetlen closed 7 years ago

zetlen commented 7 years ago

Fixes a bug introduced by #52, because I misconfigured the gulp-umd plugin. jquery.pressure.js should now correctly register the jQuery plugin with no errors.

zetlen commented 7 years ago

Closes #53.