From 0001833de4db671024084d5782fc9db4d20ba34f Mon Sep 17 00:00:00 2001 From: Lucas Bento Date: Tue, 14 May 2019 15:01:37 +0200 Subject: [PATCH] Use exact version of CLI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Michał Pierzchała --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2497e8b68186af..be67de9f3f86ed 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "dependencies": { "@babel/runtime": "^7.0.0", - "@react-native-community/cli": "^2.0.0-alpha.19", + "@react-native-community/cli": "2.0.0-alpha.19", "@react-native-community/cli-platform-android": "2.0.0-alpha.15", "@react-native-community/cli-platform-ios": "2.0.0-alpha.15", "abort-controller": "^3.0.0",