mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
add package lock
This commit is contained in:
parent
53bbcf1f13
commit
68d9eef336
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,12 +1,20 @@
|
||||
{
|
||||
"name": "@jackyzha0/quartz",
|
||||
<<<<<<< HEAD
|
||||
"version": "4.1.2",
|
||||
=======
|
||||
"version": "4.1.0",
|
||||
>>>>>>> f8d1298d (fix: missing field in config)
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@jackyzha0/quartz",
|
||||
<<<<<<< HEAD
|
||||
"version": "4.1.2",
|
||||
=======
|
||||
"version": "4.1.0",
|
||||
>>>>>>> f8d1298d (fix: missing field in config)
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.6.3",
|
||||
|
||||
@ -11,6 +11,7 @@ const config: QuartzConfig = {
|
||||
},
|
||||
baseUrl: "plasticlabs.ai",
|
||||
ignorePatterns: ["private", "templates"],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
typography: {
|
||||
header: "Spectral",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user