Skip to content

Commit 23f6da6

Browse files
committed
Use URL instead of GitHub reference
1 parent 51d4c16 commit 23f6da6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dist-ssr
99
/test-results/
1010
/playwright-report/
1111
/playwright/.cache/
12+
*.log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@dtinth/sharp11-browserified": "dtinth/sharp11-browserified#v2.0.2-1",
14+
"@dtinth/sharp11-browserified": "https://github.com/dtinth/sharp11-browserified/archive/refs/tags/v2.0.2-1.tar.gz",
1515
"emotion": "^9.2.6",
1616
"lodash": "^4.17.21",
1717
"markdown-it": "^12.0.4",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,9 +873,9 @@
873873
enabled "2.0.x"
874874
kuler "^2.0.0"
875875

876-
"@dtinth/sharp11-browserified@dtinth/sharp11-browserified#v2.0.2-1":
876+
"@dtinth/sharp11-browserified@https://github.com/dtinth/sharp11-browserified/archive/refs/tags/v2.0.2-1.tar.gz":
877877
version "2.0.2-1"
878-
resolved "https://codeload.github.com/dtinth/sharp11-browserified/tar.gz/6d9aea97187b2d12dbcc8b20ac9fabee15d5307f"
878+
resolved "https://github.com/dtinth/sharp11-browserified/archive/refs/tags/v2.0.2-1.tar.gz#67c589a1c040857ae1a221b5b13d35b3e44243da"
879879

880880
"@emotion/babel-utils@^0.6.4":
881881
version "0.6.10"

0 commit comments

Comments
 (0)