xdomain icon indicating copy to clipboard operation
xdomain copied to clipboard

Odd behaviour when installing via Bower

Open adcuz opened this issue 10 years ago • 2 comments

When installing via bower install:

 bower install --save xdomain

I see something strange, it generates the version identifier with an incorrect format:

"jpillora/xdomain": "xdomain#~0.7.3",

The text before the tilde is causing an error when trying to do bower update.

adcuz avatar Dec 11 '15 10:12 adcuz

Same here. For first time install via bower-save, there is no problem. Once you further install other packages, error arises every time. I did this manual fix on bower.json.

-    "jpillora/xdomain": "xdomain#~0.7.3"
+    "xdomain": "jpillora/xdomain#~0.7.3"

hupili avatar Dec 13 '15 13:12 hupili

Hey guys, sorry I don't use bower. Can anyone spot any issues with https://github.com/jpillora/xdomain/blob/gh-pages/bower.json ? Maybe it's the slash in the name...

jpillora avatar Dec 13 '15 13:12 jpillora