Skip to content

Commit 82d9cd0

Browse files
committed
Fix repository field
1 parent 09db9a2 commit 82d9cd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"name": "SVGO Compressor",
88
"main": "SVGO Compressor.sketchplugin",
99
"manifest": "src/manifest.json",
10-
"appcast": "https://raw.githubusercontent.com/sketch-hq/svgo-compressor/develop/.appcast.xml",
1110
"assets": [
1211
"assets/**/*"
1312
]
@@ -26,7 +25,7 @@
2625
"@skpm/builder": "0.8.0",
2726
"serialize-javascript": "6.0.0"
2827
},
29-
"repository": "https:/github.com/BohemianCoding/svgo-compressor",
28+
"repository": "https://github.com/sketch-hq/svgo-compressor",
3029
"dependencies": {
3130
"@skpm/dialog": "0.4.2",
3231
"@skpm/fs": "0.2.6",

0 commit comments

Comments
 (0)