update ihaskell jupyterlab extension and align directory name

This commit is contained in:
Matthias Meschede 2020-09-20 23:32:35 +02:00
parent 21ca14d6da
commit e108c9cd16
9 changed files with 458 additions and 440 deletions

View File

@ -10,7 +10,7 @@ Haskell Syntax Highlighting in Jupyterlab
## Installation
```bash
jupyter labextension install ihaskell_labextension
jupyter labextension install jupyterlab-ihaskell
```
## Development

View File

@ -1,6 +1,6 @@
{
"name": "ihaskell_jupyterlab",
"version": "0.0.7",
"name": "jupyterlab-ihaskell",
"version": "0.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "ihaskell_jupyterlab",
"version": "0.0.7",
"name": "jupyterlab-ihaskell",
"version": "0.0.12",
"description": "adds ihaskell syntax highlighting to jupyterlab",
"keywords": [
"jupyter",