Skip to content

Commit

Permalink
fixed command
Browse files Browse the repository at this point in the history
  • Loading branch information
johniak committed Nov 25, 2018
1 parent 660b9a8 commit 0fd2a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0fd2a16

Please sign in to comment.