Commit b19740a1 authored by MMesch's avatar MMesch Committed by Vaibhav Sagar

updated package.json

parent 4fdf9aab
{ {
"name": "ihaskell_jupyterlab", "name": "ihaskell_jupyterlab",
"version": "0.0.1", "version": "0.0.2",
"description": "JupyterLab extension", "description": "adds ihaskell syntax highlighting to jupyterlab",
"keywords": [ "keywords": [
"jupyter", "jupyter",
"jupyterlab", "jupyterlab",
"ihaskell",
"jupyterlab-extension" "jupyterlab-extension"
], ],
"homepage": "https://github.com/xxx", "homepage": "https://github.com/gibiansky/IHaskell/",
"bugs": { "bugs": {
"url": "https://github.com/xxx/issues" "url": "https://github.com/gibiansky/IHaskell/issues"
}, },
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"author": "MMesch", "author": "MMesch",
...@@ -21,7 +22,7 @@ ...@@ -21,7 +22,7 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/xxx/jupyterlab-sos.git" "url": "git@github.com:gibiansky/IHaskell.git"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
...@@ -38,7 +39,8 @@ ...@@ -38,7 +39,8 @@
}, },
"devDependencies": { "devDependencies": {
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"typescript": "~2.6.0" "typescript": "~2.6.0",
"webpack": "~4.12.0"
}, },
"jupyterlab": { "jupyterlab": {
"extension": true "extension": true
......
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