diff --git a/BUCK b/BUCK index cb8c44fa..c4ef7316 100644 --- a/BUCK +++ b/BUCK @@ -25,3 +25,8 @@ npm_bin( node_modules = ":node_modules", visibility = ["//lib:bundle.js"], ) + +export_file( + name = "elm.json", + visibility = ["//component-catalog:public"], +) diff --git a/component-catalog/BUCK b/component-catalog/BUCK index 27213173..53768b71 100644 --- a/component-catalog/BUCK +++ b/component-catalog/BUCK @@ -18,5 +18,7 @@ filegroup( "favicon.svg": "favicon.svg", "bundle.js": "//lib:bundle.js", "elm.js": ":app", + "application.json": "elm.json", + "package.json": "//:elm.json", } )