Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fe082da

Browse files
committed
fix: git repo installation path
1 parent eb7e736 commit fe082da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint": "7.32.0",
3737
"eslint-plugin-testcafe": "0.2.1",
3838
"eslint-plugin-vue": "7.20.0",
39-
"skeleton": "git://github.com/dhg/Skeleton.git",
39+
"skeleton": "https://github.com/dhg/Skeleton.git#2.0.4",
4040
"start-server-and-test": "1.14.0",
4141
"testcafe": "1.18.4",
4242
"vue": "2.6.14",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10297,9 +10297,9 @@ simple-swizzle@^0.2.2:
1029710297
dependencies:
1029810298
is-arrayish "^0.3.1"
1029910299

10300-
"skeleton@git://github.com/dhg/Skeleton.git":
10300+
"skeleton@https://github.com/dhg/Skeleton.git#2.0.4":
1030110301
version "0.0.0"
10302-
resolved "git://github.com/dhg/Skeleton.git#88f03612b05f093e3f235ced77cf89d3a8fcf846"
10302+
resolved "https://github.com/dhg/Skeleton.git#88f03612b05f093e3f235ced77cf89d3a8fcf846"
1030310303

1030410304
slash@^1.0.0:
1030510305
version "1.0.0"

0 commit comments

Comments
 (0)