ramasilveyra / gitpkg

Publish packages as git tags
MIT License
274 stars 27 forks source link

git tag with scoped package notation issue `@` #4

Open ramasilveyra opened 7 years ago

ramasilveyra commented 7 years ago

npm 5 and yarn can't that can handle git tags with @scope/name-package-1.0.0-gitpkg notation (last time tested).

That it's why I temporarily changed to a normalised version of scoped packages in https://github.com/ramasilveyra/gitpkg/pull/1

cjancsar commented 4 years ago

How do you upgrade a scoped dependency? Once pushed with gitpkg I can't upgrade the package downstream with yarn...

yarn upgrade @my-scope/my-pkg@tag spits errors