Semantic-UI-CSS
Semantic-UI-CSS copied to clipboard
YARN fails with weird dependency version
"dependencies": {
"jquery": "x.*"
}
Are you sure that x.* is a valid entry here?
Yarn 1.3.2 currently parses and resolves jquery@x.* to 3.2.1 but it would be nice to make jquery optional. For more see #17