Skip to content

Commit

Permalink
style: 更改package排序
Browse files Browse the repository at this point in the history
(强迫症)
  • Loading branch information
WRXinYue committed Jan 10, 2024
1 parent 3a4bfa4 commit 61b111c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,14 @@
"description": "vitepress-theme-sakura",
"type": "module",
"main": ".vitepress/theme/Layout.vue",
"author": "flaribbit",
"license": "ISC",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build && node .vitepress/genFeed.mjs",
"serve": "vitepress serve",
"lib:build": "node ./build"
},
"repository": {
"url": "git+https://github.com/flaribbit/vitepress-theme-sakura.git"
},
"keywords": [
"vitepress",
"theme",
"sakura"
],
"author": "flaribbit",
"license": "ISC",
"dependencies": {
"feed": "^4.2.2",
"gray-matter": "^4.0.3"
Expand All @@ -34,10 +26,18 @@
"vitepress": "^1.0.0-alpha.10",
"vue": "^3.2.37"
},
"repository": {
"url": "git+https://github.com/flaribbit/vitepress-theme-sakura.git"
},
"bugs": {
"url": "https://github.com/flaribbit/vitepress-theme-sakura/issues"
},
"homepage": "https://github.com/flaribbit/vitepress-theme-sakura#readme",
"keywords": [
"vitepress",
"theme",
"sakura"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
Expand All @@ -47,4 +47,4 @@
".vitepress/posts.data.js",
".vitepress/theme"
]
}
}

0 comments on commit 61b111c

Please sign in to comment.