We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09db9a2 commit 82d9cd0Copy full SHA for 82d9cd0
package.json
@@ -7,7 +7,6 @@
7
"name": "SVGO Compressor",
8
"main": "SVGO Compressor.sketchplugin",
9
"manifest": "src/manifest.json",
10
- "appcast": "https://raw.githubusercontent.com/sketch-hq/svgo-compressor/develop/.appcast.xml",
11
"assets": [
12
"assets/**/*"
13
]
@@ -26,7 +25,7 @@
26
25
"@skpm/builder": "0.8.0",
27
"serialize-javascript": "6.0.0"
28
},
29
- "repository": "https:/github.com/BohemianCoding/svgo-compressor",
+ "repository": "https://github.com/sketch-hq/svgo-compressor",
30
"dependencies": {
31
"@skpm/dialog": "0.4.2",
32
"@skpm/fs": "0.2.6",
0 commit comments