Skip to content

Commit 931267b

Browse files
Release v8.23.0
1 parent 8ee9999 commit 931267b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-next",
3-
"version": "8.22.0",
3+
"version": "8.23.0",
44
"description": "Elegant and powerful theme for Hexo.",
55
"main": "package.json",
66
"files": [
@@ -19,7 +19,10 @@
1919
"test": "mocha test/index.js",
2020
"test-cov": "c8 npm test"
2121
},
22-
"repository": "next-theme/hexo-theme-next",
22+
"repository": {
23+
"type": "git",
24+
"url": "git+https://github.com/next-theme/hexo-theme-next.git"
25+
},
2326
"keywords": [
2427
"hexo",
2528
"theme",

0 commit comments

Comments
 (0)