diff --git a/.sketchpacks.json b/.sketchpacks.json new file mode 100644 index 0000000..09c6c01 --- /dev/null +++ b/.sketchpacks.json @@ -0,0 +1,5 @@ +{ + "schema_version": "1.0.0", + "manifest_path": "src/manifest.json", + "appcast_path": ".appcast.xml" +} diff --git a/package.json b/package.json index a60de3e..ed999ca 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ }, "skpm": { "name": "BillUI", + "title": "BillUI", "manifest": "src/manifest.json", + "identifier":"BillUI", + "appcast": "https://api.sketchpacks.com/v1/plugins/BillUI/appcast", "main": "billui.sketchplugin", "assets": [ "assets/**/*"