Figure out why @parity/electron is not bumped up and published to npm
Closed this issue · 3 comments
amaury1093 commented
All the other packages are working fine with lerna.
ltfschoen commented
Yes, I just tried to modify the dependency to "@parity/electron": "^3.0.2",
in Fether's package fether-electron, but when I run yarn
in Fether, it displays:
Couldn't find any versions for "@parity/electron" that matches "^3.0.2"
? Please choose a version of "@parity/electron" from this list: (Use arrow keys)
❯ 3.0.1
1.0.2
1.0.1
amaury1093 commented
So mysteriously, after #91 got merged, the package is correctly updated on npm