Skip to content

Commit 36da745

Browse files
committed
Correct homepage
1 parent 3c2527a commit 36da745

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "react-jupyter-notebook",
33
"version": "0.3.2",
4-
"homepage": "https://github.com/Joeyonng/react-jupyter-notebook",
4+
"homepage": "https://Joeyonng.github.io/react-jupyter-notebook",
55
"license" : "MIT",
66
"private": false,
77
"description": "A simple React component that renders .ipynb files just like how they are rendered by Jupyter Lab",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/Joeyonng/react-jupyter-notebook"
11+
},
812
"keywords": [
913
"React",
1014
"Jupyter",

0 commit comments

Comments
 (0)