Jacky Zhao
2023-07-24 e82ba97a396e4e9d77486b48e6ee8b1dfd1c1b4c
package.json
@@ -2,7 +2,7 @@
  "name": "@jackyzha0/quartz",
  "description": "🌱 publish your digital garden and notes as a website",
  "private": true,
  "version": "4.0.5",
  "version": "4.0.6",
  "type": "module",
  "author": "jackyzha0 <j.zhao2k19@gmail.com>",
  "license": "MIT",
@@ -12,7 +12,8 @@
    "url": "https://github.com/jackyzha0/quartz.git"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "check": "tsc --noEmit && npx prettier . --check",
    "format": "npx prettier . --write",
    "test": "tsx ./quartz/path.test.ts"
  },
  "keywords": [
@@ -89,6 +90,7 @@
    "@types/ws": "^8.5.5",
    "@types/yargs": "^17.0.24",
    "esbuild": "^0.18.11",
    "prettier": "^3.0.0",
    "tsx": "^3.12.7",
    "typescript": "^5.0.4"
  }