|
@@ -31,9 +31,6 @@
|
|
"prepublishOnly": "npm run build",
|
|
"prepublishOnly": "npm run build",
|
|
"watch": "tsc -b --watch"
|
|
"watch": "tsc -b --watch"
|
|
},
|
|
},
|
|
- "jupyterlab": {
|
|
|
|
- "core": true
|
|
|
|
- },
|
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@jupyterlab/apputils": "^1.0.0-alpha.6",
|
|
"@jupyterlab/apputils": "^1.0.0-alpha.6",
|
|
"@jupyterlab/coreutils": "^3.0.0-alpha.6",
|
|
"@jupyterlab/coreutils": "^3.0.0-alpha.6",
|
|
@@ -59,5 +56,8 @@
|
|
},
|
|
},
|
|
"publishConfig": {
|
|
"publishConfig": {
|
|
"access": "public"
|
|
"access": "public"
|
|
|
|
+ },
|
|
|
|
+ "jupyterlab": {
|
|
|
|
+ "core": true
|
|
}
|
|
}
|
|
}
|
|
}
|