Skip to content

Commit

Permalink
Avoid git:// URLs, they're no longer supported
Browse files Browse the repository at this point in the history
(cherry picked from commit 3248ddb)
  • Loading branch information
mgol committed Nov 14, 2023
1 parent 8fdc6ad commit f28ba1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/bower-fixtures/not-ok-install/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "not-ok-install",
"dependencies": {
"jquery": "<=1.11.0",
"json3": "git://github.com/bestiejs/json3.git#v3.3.2"
"json3": "https://github.com/bestiejs/json3.git#v3.3.2"
}
}
2 changes: 1 addition & 1 deletion test/npm-fixtures/not-ok-install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"jquery": "<=1.11.0",
"json3": "git://github.com/bestiejs/json3.git#v3.3.2",
"json3": "https://github.com/bestiejs/json3.git#v3.3.2",
"@bcoe/awesomeify": "~16.0.3"
}
}

0 comments on commit f28ba1b

Please sign in to comment.