diff --git a/blocks/image-compare/index.json b/blocks/image-compare/index.json new file mode 100644 index 00000000..e37fc9df --- /dev/null +++ b/blocks/image-compare/index.json @@ -0,0 +1,4 @@ +[ + "assets/juxtapose.js", + "assets/juxtapose.css" +] diff --git a/bundler/bundles/image-compare.json b/bundler/bundles/image-compare.json new file mode 100644 index 00000000..702da4d7 --- /dev/null +++ b/bundler/bundles/image-compare.json @@ -0,0 +1,9 @@ +{ + "blocks": [ + "image-compare" + ], + "version": "0.9.0", + "name": "Image Compare", + "description": "Images compared.", + "resource": "jetpack-image-compare" +}