We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3933ca9 commit 7d54e2cCopy full SHA for 7d54e2c
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "hexo-renderer-jsx",
3
- "version": "1.0.1",
+ "version": "2.0.0",
4
"description": "JSX Renderer for Hexo.",
5
"scripts": {
6
"lint": "eslint ."
7
},
8
"main": "index.js",
9
- "repository": "https://github.com/renbaoshuo/hexo-renderer-jsx.git",
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/renbaoshuo/hexo-renderer-jsx.git"
12
+ },
13
"author": "Baoshuo Ren <[email protected]>",
14
"license": "MIT",
15
"dependencies": {
0 commit comments