From 0fd2a16b738465038e2517786589fccfe9fcd989 Mon Sep 17 00:00:00 2001 From: Jan Romaniak Date: Sun, 25 Nov 2018 16:20:24 +0100 Subject: [PATCH] fixed command --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 4f14018..3861f33 100644 --- a/example/package.json +++ b/example/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", - "sync": "rm -rf ./node_modules/react-native-rewards; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude __tests__ --exclude node_modules .. ./node_modules/react-native-rewards/' . --watchman'" + "sync": "rm -rf ./node_modules/react-native-rewards; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude __tests__ --exclude node_modules .. './node_modules/react-native-rewards/' . --watchman'" }, "dependencies": { "prop-types": "^15.6.2",