Quartz sync: Dec 9, 2023, 5:36 PM
This commit is contained in:
parent
296c1cf83f
commit
8fa9aad9da
|
@ -0,0 +1 @@
|
|||
/Users/galuh.sahid/Documents/obsidian/gal/Gal/Hobbies/Reading/Books/2023.md
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Welcome to Quartz
|
||||
---
|
||||
|
||||
This is a blank Quartz installation.
|
||||
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@jackyzha0/quartz",
|
||||
"version": "4.0.11",
|
||||
"version": "4.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jackyzha0/quartz",
|
||||
"version": "4.0.11",
|
||||
"version": "4.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.6.3",
|
||||
|
@ -85,7 +85,8 @@
|
|||
"typescript": "^5.0.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.14"
|
||||
"node": ">=18.14",
|
||||
"npm": ">=9.3.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@clack/core": {
|
||||
|
|
Loading…
Reference in New Issue