Files
jspm-registry/package-overrides/github/Semantic-Org/Semantic-UI@2.0.4.json
T
Matthew James Davis e040440776 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
2016-06-18 19:20:32 -04:00

21 lines
284 B
JSON

{
"directories": {
"lib": "dist"
},
"main": "semantic",
"shim": {
"semantic": {
"deps": [
"jquery",
"./semantic.css!"
],
"exports": "$"
}
},
"registry": "jspm",
"dependencies": {
"jquery": "^2.1.4",
"css": "*"
}
}