Skip to content

Commit 41aed89

Browse files
committed
Correct token export
1 parent 6dc52f5 commit 41aed89

File tree

4 files changed

+1911
-2476
lines changed

4 files changed

+1911
-2476
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-tour",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A JupyterLab UI Tour.",
55
"keywords": [
66
"jupyter",
@@ -93,8 +93,8 @@
9393
"sharedPackages": {
9494
"jupyterlab_toastify": {
9595
"singleton": true
96-
}
97-
}
96+
}
97+
}
9898
},
9999
"styleModule": "style/index.js"
100100
}

src/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import plugin from './plugin';
2+
3+
export { IStep, ITour, ITourHandler, ITourManager } from './tokens';
4+
5+
export default plugin;
File renamed without changes.

0 commit comments

Comments
 (0)