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:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"jquery": "*",
|
||||
"jquery": "^2.1.4",
|
||||
"css": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user