From fc9527f4c49975d9833568ccb5502b7598bcb743 Mon Sep 17 00:00:00 2001 From: umaranis Date: Mon, 1 Jul 2024 17:46:01 +1000 Subject: [PATCH] bug: Prismjs causing issues with dev build when npm is used #85 --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..5e27a50 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "npm-monorepo", + "version": "1.0.0", + "private": true, + "workspaces": [ + "packages/*", + "demos/*" + ] +}