From 7a562b20198d04455626c706d157940c6907304d Mon Sep 17 00:00:00 2001 From: Matt Rothenberg Date: Fri, 25 Mar 2022 15:13:01 -0400 Subject: [PATCH] fix: add more globs --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index b91d6ba..f101f58 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,9 @@ "extensions": [ "*" ], + "matches": [ + "*" + ], "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx" }, { @@ -44,6 +47,9 @@ "extensions": [ "excalidraw" ], + "matches": [ + "*.excalidraw" + ], "example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/drawing.excalidraw" }, { @@ -118,6 +124,8 @@ "matches": [ "*.json", "*.webmanifest", + "webmanifest", + "prettierrc", "*.prettierrc", "*.yaml", "*.yml"