Commit 5a78d52a authored by James Brock's avatar James Brock

ihaskell_labextension for JupyterLab 1.0.0

If we remove the upper version bound for the jupyterlab/services
dependency, then ihaskell_labextension works fine with JupyterLab 1.0.0.
parent 5dc15518
......@@ -34,7 +34,7 @@
"@jupyterlab/apputils": "0.17.2 - 2.0.0",
"@jupyterlab/docregistry": "0.17.1 - 2.0.0",
"@jupyterlab/notebook": "0.17.1 - 2.0.0",
"@jupyterlab/services": "^3.0.1",
"@jupyterlab/services": ">=3.0.1",
"@phosphor/disposable": "^1.1.2"
},
"devDependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment