Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit e2739bf

Browse files
committed
Use relative path by default
1 parent 9fbcba2 commit e2739bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-jlab-toastify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
A dummy JupyterLab extension to test `jupyterlab-toastify`.
44

5-
> The package `jupyterlab-toastify` is installed through absolute path. That needs to be updated.
5+
> The package `jupyterlab-toastify` is installed through absolute path. It needs to be updated to test it locally.

test-jlab-toastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@jupyterlab/application": "^2.0.0",
35-
"jupyterlab_toastify": "file:/home/fcollonval/jupyterlab_toastify/test-jlab-toastify/.."
35+
"jupyterlab_toastify": "file:./.."
3636
},
3737
"devDependencies": {
3838
"@types/react": "^16.9.0",

0 commit comments

Comments
 (0)