Skip to content

Commit

Permalink
Merge pull request #1 from jtpio/patch-1
Browse files Browse the repository at this point in the history
Fix GitHub repo link in package.json
  • Loading branch information
vidartf committed May 7, 2018
2 parents e86ab87 + d511f6a commit 03ad007
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"jupyterlab-extension",
"widgets"
],
"homepage": "https://github.com/jupyter/jupyter-widget-hello",
"homepage": "https://github.com/vidartf/jupyter-widget-hello",
"bugs": {
"url": "https://github.com/jupyter/jupyter-widget-hello/issues"
"url": "https://github.com/vidartf/jupyter-widget-hello/issues"
},
"license": "BSD-3-Clause",
"author": "",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jupyter/jupyter-widget-hello"
"url": "https://github.com/vidartf/jupyter-widget-hello"
},
"scripts": {
"build": "npm run build:lib && npm run build:nbextension",
Expand Down

0 comments on commit 03ad007

Please sign in to comment.