From f7f36854a3c049a84576346aab34e77cced39817 Mon Sep 17 00:00:00 2001 From: Sukrit Khera Date: Mon, 1 Mar 2021 01:19:51 -0700 Subject: [PATCH] Fix build error Fixes build error: npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name "^": Tags may not have any characters that encodeURIComponent encodes." --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf326cc..ee567e3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@react-navigation/drawer": "^5.3.2", "@react-navigation/native": "^5.1.1", "@react-navigation/stack": "^5.9.3", - "@stream-io/react-native-simple-markdown": "^", + "@stream-io/react-native-simple-markdown": "^1.2.1", "moment": "^2.24.0", "react": "16.13.1", "react-native": "0.63.3",