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

New release that doesn't require git

Open jenskuhrjorgensen opened this issue 4 years ago • 2 comments

Hi @CharlesMangwa

You've fixed package.json so that simple-markdown is installed using https://... instead of git://..., but it hasn't been released yet, which requires my CI to have git installed to use your package. I'm using it as a transitive dependency through Storybooks ondevice-notes.

Could you please release a new version with this fix?

Best regards Jens

jenskuhrjorgensen avatar Jan 18 '21 13:01 jenskuhrjorgensen

by the way, if you are using yarn it seems adding something like the following to your package.json does the trick:

"resolutions": {
    "@storybook/addon-ondevice-notes/react-native-simple-markdown": "github:CharlesMangwa/react-native-simple-markdown#pull/112/head"
  }

ag91 avatar Nov 02 '21 14:11 ag91

@CharlesMangwa pls merge pr: https://github.com/CharlesMangwa/react-native-simple-markdown/pull/112

FrozenPyrozen avatar Jan 24 '23 12:01 FrozenPyrozen