Update package.json to use https instead of git#112
Update package.json to use https instead of git#112carsondarling wants to merge 1 commit intoCharlesMangwa:masterfrom
Conversation
|
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 |
|
Update: I can see that the |
|
@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 |
|
@CharlesMangwa please merge it, a lot of devs need it |
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/react-native-simple-markdown@1.1.1