We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee9999 commit 931267bCopy full SHA for 931267b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hexo-theme-next",
3
- "version": "8.22.0",
+ "version": "8.23.0",
4
"description": "Elegant and powerful theme for Hexo.",
5
"main": "package.json",
6
"files": [
@@ -19,7 +19,10 @@
19
"test": "mocha test/index.js",
20
"test-cov": "c8 npm test"
21
},
22
- "repository": "next-theme/hexo-theme-next",
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/next-theme/hexo-theme-next.git"
25
+ },
26
"keywords": [
27
"hexo",
28
"theme",
0 commit comments