From 47628616d4bb997a2984ef55355568beb0ba1892 Mon Sep 17 00:00:00 2001 From: Jay Nguyen Date: Sat, 11 Jun 2022 19:23:07 +0100 Subject: [PATCH] . --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3bdf427..36e8f51 100644 --- a/manifest.json +++ b/manifest.json @@ -7,4 +7,4 @@ "author": "@jaynguyens ", "authorUrl": "https://nguyens.co", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index d6ea6b8..7860337 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "obsidian-ghost-publish", "version": "1.2.0", "description": "Obsidian plugin for easy publish to ghost with a single click.", - "main": "src/main.js", + "main": "src/main.ts", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",