From 21c30e17435c86ccc4c32c7f96d599db813a6049 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 18 Sep 2024 21:00:24 +0200 Subject: [PATCH] Fix package.json style Signed-off-by: Christian Wolf --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22851136d..269e91eaa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.11.2", "description": "", "license": "AGPL-3.0-or-later", - "type": "module", "author": "", "homepage": "https://github.com/nextcloud/nextcloud-cookbook#readme", "repository": { @@ -13,6 +12,7 @@ "bugs": { "url": "https://github.com/nextcloud/nextcloud-cookbook/issues" }, + "type": "module", "main": "src/main.ts", "scripts": { "build": "vite build",