Skip to content

Commit

Permalink
Make extension compatible wuth jupyterlab 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ólafur Haukur Flygenring committed May 18, 2021
1 parent 3117aef commit 83a1151
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wuxinextcode/jupyterlab-notebookparams",
"version": "2.0.0",
"version": "3.0.0",
"description": "A JupyterLab extension that populates notebooks with URL parameters",
"keywords": [
"jupyter",
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/wuxi-nextcode/jupyterlab-notebookparams/issues"
},
"license": "MIT",
"author": "Ólafur Haukur Flygenring <olafurh@wuxinextcode.com>",
"author": "Ólafur Haukur Flygenring <olafurh@genuitysci.com>",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
Expand All @@ -31,8 +31,8 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^2.0.0",
"@jupyterlab/notebook": "^2.0.0"
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/notebook": "^3.0.0"
},
"devDependencies": {
"rimraf": "~3.0.0",
Expand Down

0 comments on commit 83a1151

Please sign in to comment.