jspm / registry

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

fix(Semantic-UI@2.0.4.json): Maintain jQuery 2.x.x in Semantic UI #918

Closed davismj closed 8 years ago

davismj commented 8 years ago

Currently, "*" dependency pulls in jQuery 3.x.x, which breaks Semantic UI. This restores the original "^2.1.4" behavior.

closes https://github.com/jspm/jspm-cli/issues/1918

guybedford commented 8 years ago

👍