Skip to content

Commit a277e16

Browse files
authored
Merge pull request #310 from Shopify/fix-threads-url
Fix ssh url for threads
2 parents 7529bc5 + 5d193e7 commit a277e16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"core-js": "^2.5.7",
36-
"threads": "git+ssh://git@github.com/beefchimi/threads.git#v1.0.0-beta8"
36+
"threads": "https://github.com/beefchimi/threads.git#v1.0.0-beta8"
3737
},
3838
"devDependencies": {
3939
"autoprefixer": "^8.6.2",

examples/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8325,9 +8325,9 @@ tfunk@^3.0.1:
83258325
chalk "^1.1.1"
83268326
object-path "^0.9.0"
83278327

8328-
"threads@git+ssh://git@github.com/beefchimi/threads.git#v1.0.0-beta8":
8328+
"threads@https://github.com/beefchimi/threads.git#v1.0.0-beta8":
83298329
version "1.0.0-beta8"
8330-
resolved "git+ssh://git@github.com/beefchimi/threads.git#41dfe8d60cebace8beb966b4ab0c6966be65457c"
8330+
resolved "https://github.com/beefchimi/threads.git#41dfe8d60cebace8beb966b4ab0c6966be65457c"
83318331

83328332
through2-filter@^2.0.0:
83338333
version "2.0.0"

0 commit comments

Comments
 (0)