This commit is contained in:
2026-06-19 13:22:55 +08:00 Unverified
parent fc780c7fbb
commit f9948ffd54
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "Bi's Blog", "name": "Bi's Blog",
"version": "0.20.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Bi's Blog", "name": "Bi's Blog",
"version": "0.20.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.18", "@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3", "@astrojs/sitemap": "^3.7.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "Bi's Blog", "name": "Bi's Blog",
"version": "0.20.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"prebuild": "node scripts/generate-abbrlinks.mjs", "prebuild": "node scripts/generate-abbrlinks.mjs",