react-native-simple-markdown icon indicating copy to clipboard operation
react-native-simple-markdown copied to clipboard

Update package.json to use https instead of git

Open carsondarling opened this issue 6 years ago • 4 comments

Some environments (e.g. CircleCI) have an issue with cloning from NPM dependencies spec'd with a git:// URL. This PR switches to an HTTPS-based URL instead.

Reference: https://support.circleci.com/hc/en-us/articles/360009699913-Can-t-read-from-remote-git-repository-during-npm-install

This PR is published as @carsondarling/[email protected]

carsondarling avatar May 02 '19 16:05 carsondarling

Hi @CharlesMangwa

I'm also stuck with this (because I use the Storybook addon ondevice-notes) which requires me to either install git on my CI (which would make me a sad panda), or getting this package updated.

I can see that there hasn't been much (any?) activity from you on this repo since your last release back in 2018. Is this repo still actively maintained?

Best regards Jens

jenskuhrjorgensen avatar Jan 18 '21 12:01 jenskuhrjorgensen

Update: I can see that the package.json has actually been updated with this, but has not been released yet. I've created another issue requesting a new release.

jenskuhrjorgensen avatar Jan 18 '21 13:01 jenskuhrjorgensen

@CharlesMangwa - bump: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git. as we enter the brownout phase described in this article, your use of git:// will start breaking any consumer of your package's CI. after March 24, you will start receiving lots and lots of complaints.

calebgregory avatar Jan 11 '22 16:01 calebgregory

@CharlesMangwa please merge it, a lot of devs need it

FrozenPyrozen avatar Jan 24 '23 12:01 FrozenPyrozen