From 818ea2a0004ead73f49d111ce26d2ec99031e4e3 Mon Sep 17 00:00:00 2001 From: hkgnp Date: Wed, 3 Nov 2021 21:59:12 +0800 Subject: [PATCH] Updated package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f93b21..4a1dfda 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,10 @@ "id": "logseq-todoist-plugin-ts", "title": "logseq-todoist-plugin-ts" }, - "main": "index.html", + "main": "dist/index.html", "targets": { "main": false }, - "default": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "parcel src/index.html",