Skip to content

Commit

Permalink
Fix dep path to https
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkottnauer committed Jun 22, 2018
1 parent 08faefe commit 33da801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gfodor/react-canvas",
"name": "react-canvas",
"version": "1.5.0",
"description": "High performance <canvas> rendering for React components",
"main": "dist/bundle.js",
Expand Down Expand Up @@ -57,6 +57,6 @@
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-reconciler": "^0.10.0",
"scroller": "git://github.com/mjohnston/scroller"
"scroller": "https://github.com/mjohnston/scroller"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7706,9 +7706,9 @@ scoped-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8"

"scroller@git://github.com/mjohnston/scroller":
"scroller@https://github.com/mjohnston/scroller":
version "0.0.1"
resolved "git://github.com/mjohnston/scroller#054c3349d5ff7474589eb7fbbb36708e5c48e435"
resolved "https://github.com/mjohnston/scroller#054c3349d5ff7474589eb7fbbb36708e5c48e435"

"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0:
version "5.5.0"
Expand Down

0 comments on commit 33da801

Please sign in to comment.