From cbae88fc4e9b98764cfccca2e85f265c4b894573 Mon Sep 17 00:00:00 2001
From: Adam Brangenberg <adambrangenberg@proton.me>
Date: Mon, 31 Jul 2023 04:08:32 +0000
Subject: [PATCH] Removing redundant properties (#356)
---
package.json | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 8b0af9c..cfd1d15 100644
--- a/package.json
+++ b/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": [
@@ -43,6 +44,7 @@
"hast-util-to-string": "^2.0.0",
"is-absolute-url": "^4.0.1",
"js-yaml": "^4.1.0",
+ "lightningcss": "^1.21.5",
"mdast-util-find-and-replace": "^2.2.2",
"mdast-util-to-string": "^3.2.0",
"micromorph": "^0.4.5",
@@ -89,6 +91,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"
}
--
Gitblit v1.10.0