Finish v0.0.2

This commit is contained in:
chris
2022-05-24 00:05:19 +08:00
parent 6bc72e6730
commit b633c8bb71
8 changed files with 4391 additions and 180 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "obsidian-to-notion",
"version": "0.0.2",
"type": "module",
"description": "This is a plugin for Obsidian. This plugin share obsidian md file to notion with notion api",
"main": "main.js",
"scripts": {
@@ -12,7 +13,7 @@
"author": "",
"license": "GNU GPLv3",
"devDependencies": {
"@types/node": "^16.11.6",
"@types/node": "^17.0.35",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"builtin-modules": "^3.2.0",