Skip to content

Commit

Permalink
switch to https for example
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Jun 22, 2017
1 parent a70ff14 commit 3afa608
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- "6.0"
- "7.0"
- "8.0"
script: yarn build && yarn test
script: yarn build && yarn test && cd examples/compos && yarn
2 changes: 1 addition & 1 deletion examples/compos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-flight": "git+ssh://git@github.com/jondot/react-flight.git"
"react-flight": "https://github.com/jondot/react-flight.git"
},
"devDependencies": {
"react-scripts": "1.0.7"
Expand Down
6 changes: 3 additions & 3 deletions examples/compos/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4821,9 +4821,9 @@ react-error-overlay@^1.0.7:
settle-promise "1.0.0"
source-map "0.5.6"

"react-flight@git+ssh://git@bitbucket.org/jondot/react-flight.git":
version "1.0.0"
resolved "git+ssh://git@bitbucket.org/jondot/react-flight.git#e016c16de67d28ac3a8eceb15a9784fe3f0be877"
"react-flight@https://github.com/jondot/react-flight.git":
version "1.0.1"
resolved "https://github.com/jondot/react-flight.git#a70ff14f7f2814d0032ca871fbc4f2d14d766aa2"
dependencies:
lodash "^4.17.2"
prop-types "^15.5.10"
Expand Down

0 comments on commit 3afa608

Please sign in to comment.