Commit 95692f60 authored by Vaibhav Sagar's avatar Vaibhav Sagar

jupyterlab-ihaskell: enable use as a prebuilt extension

parent 0518db3c
This diff is collapsed.
......@@ -39,9 +39,11 @@
},
"devDependencies": {
"rimraf": "^3.0.0",
"typescript": "~3.7.3"
"typescript": "~3.7.3",
"@jupyterlab/builder": "^3.0.8"
},
"jupyterlab": {
"extension": true
"extension": true,
"outputDir": "labextension"
}
}
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