From 6755de410391972356d0e08950c787aaf8ae1581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=9C=E8=8F=AF?= Date: Sun, 23 Jul 2023 13:27:53 +0800 Subject: [PATCH] update --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02c850c..8a6a248 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ *.log yarn.lock +package-lock.json diff --git a/package.json b/package.json index f585c95..469f516 100644 --- a/package.json +++ b/package.json @@ -27,4 +27,4 @@ "url": "https://github.com/InvisibleFuture/sakuya/issues" }, "homepage": "https://github.com/InvisibleFuture/sakuya#readme" -} \ No newline at end of file +}