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

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
This commit is contained in:
Matthew James Davis
2016-06-18 19:20:32 -04:00
parent 3ace31bec0
commit e040440776
@@ -14,7 +14,7 @@
}, },
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"jquery": "*", "jquery": "^2.1.4",
"css": "*" "css": "*"
} }
} }