Skip to content

Commit

Permalink
Merge pull request #14 from jupyterlab-contrib/fix/issue-13
Browse files Browse the repository at this point in the history
Correct token export
  • Loading branch information
fcollonval authored Apr 17, 2021
2 parents 6dc52f5 + 41aed89 commit f2d53e7
Show file tree
Hide file tree
Showing 4 changed files with 1,911 additions and 2,476 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-tour",
"version": "3.0.0",
"version": "3.0.1",
"description": "A JupyterLab UI Tour.",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -93,8 +93,8 @@
"sharedPackages": {
"jupyterlab_toastify": {
"singleton": true
}
}
}
}
},
"styleModule": "style/index.js"
}
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import plugin from './plugin';

export { IStep, ITour, ITourHandler, ITourManager } from './tokens';

export default plugin;
File renamed without changes.
Loading

0 comments on commit f2d53e7

Please sign in to comment.