Skip to content

Commit

Permalink
fix(example): fetch plugin from npm instead of locally to prevent cac…
Browse files Browse the repository at this point in the history
…he issues
  • Loading branch information
bd-arc committed Mar 30, 2017
1 parent ff236ce commit 57ef1e4
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 @@ -9,7 +9,7 @@
"dependencies": {
"react": "15.4.2",
"react-native": "0.42.3",
"react-native-snap-carousel": "file:.."
"react-native-snap-carousel": "2.1.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
Expand Down

0 comments on commit 57ef1e4

Please sign in to comment.