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

Commit f827ea3

Browse files
committed
Use absolute path in test package to allow installation
1 parent 08a70e4 commit f827ea3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test-jlab-toastify/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# test-jlab-toastify
22

33
A dummy JupyterLab extension to test `jupyterlab-toastify`.
4+
5+
> The package `jupyterlab-toastify` is installed through absolute path. That needs to be updated.

test-jlab-toastify/package.json

Lines changed: 2 additions & 4 deletions
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:./.."
35+
"jupyterlab_toastify": "file:/home/fcollonval/jupyterlab_toastify"
3636
},
3737
"devDependencies": {
3838
"@types/react": "^16.9.0",
@@ -50,9 +50,7 @@
5050
"jupyterlab": {
5151
"extension": true
5252
},
53-
"publishConfig": {
54-
"access": "private"
55-
},
53+
"private": true,
5654
"resolutions": {
5755
"@types/react": "~16.9.0"
5856
}

0 commit comments

Comments
 (0)