Skip to content

Commit 7d54e2c

Browse files
committed
2.0.0
1 parent 3933ca9 commit 7d54e2c

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,12 +1,15 @@
11
{
22
"name": "hexo-renderer-jsx",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "JSX Renderer for Hexo.",
55
"scripts": {
66
"lint": "eslint ."
77
},
88
"main": "index.js",
9-
"repository": "https://github.com/renbaoshuo/hexo-renderer-jsx.git",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/renbaoshuo/hexo-renderer-jsx.git"
12+
},
1013
"author": "Baoshuo Ren <[email protected]>",
1114
"license": "MIT",
1215
"dependencies": {

0 commit comments

Comments
 (0)