Skip to content

Commit

Permalink
fix: Resync deleted pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brunojm committed Jul 20, 2023
1 parent 5a7785a commit 60bffc7
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 279 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.4.6",
"main": "dist/index.html",
"scripts": {
"dev": "vite build --watch",
"dev": "vite",
"build": "vite build",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write **/*.{js,jsx,ts,tsx,vue}"
Expand Down Expand Up @@ -36,10 +36,10 @@
"node-fetch": ">=3.2.10",
"semantic-release": "19.0.3",
"typescript": "4.7.3",
"vite": "2.9.12",
"vite": "4.4.4",
"vite-plugin-logseq": "1.1.2",
"vite-plugin-windicss": "1.8.4",
"windicss": "3.5.4"
"vite-plugin-windicss": "1.9.0",
"windicss": "3.5.6"
},
"logseq": {
"id": "logseq-readwise-official-plugin",
Expand Down
Loading

0 comments on commit 60bffc7

Please sign in to comment.