Skip to content

Commit

Permalink
Fix URL for sortable dependency to be https instead of git://
Browse files Browse the repository at this point in the history
  • Loading branch information
rjcorwin committed Mar 16, 2022
1 parent 22a1e87 commit b2b7977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@polymer/polymer": "^3.0.0",
"@zxing/library": "^0.18.6",
"devtools-detect": "^3.0.0",
"dr-niels-sortable-list": "git://github.com/DrNiels/sortable-list.git#master",
"dr-niels-sortable-list": "https://github.com/DrNiels/sortable-list.git#master",
"ethiopian-date": "0.0.6",
"image-blob-reduce": "^3.0.1",
"lit": "^2.2.0",
Expand Down

0 comments on commit b2b7977

Please sign in to comment.