This commit is contained in:
Jay Nguyen
2022-06-11 19:23:07 +01:00
parent 41a310f8a0
commit 47628616d4
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@
"author": "@jaynguyens <jay@nguyens.co>",
"authorUrl": "https://nguyens.co",
"isDesktopOnly": false
}
}

View File

@@ -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",