jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 256 forks source link

various package overrides #1054

Closed selfagency closed 6 years ago

selfagency commented 6 years ago

added overrides for:

selfagency commented 6 years ago

Huh, maybe it was an issue in the previous JSPM version? I just removed the global declarations from my jQuery plugins and they seem to be working. This was not the case in 0.16.0 to my recollection. Anyhow, I've updated the PR accordingly.

selfagency commented 6 years ago

Actually, the jQuery migrate override may also be unnecessary or not preferable. There are two versions in the package: one that provides console log output for developers and one that does not. I have the override set to the one that does not. I should probably spike that one too, yeah?

aluanhaddad commented 6 years ago

Regarding the jQuery migrate plugin, I think what you currently have is correct.