Semantic-UI-CSS icon indicating copy to clipboard operation
Semantic-UI-CSS copied to clipboard

YARN fails with weird dependency version

Open andriytyurnikov opened this issue 9 years ago • 1 comments

"dependencies": {
    "jquery": "x.*"
}

Are you sure that x.* is a valid entry here?

andriytyurnikov avatar Dec 25 '16 15:12 andriytyurnikov

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

wenzowski avatar Jan 20 '18 06:01 wenzowski