Skip to content

Commit 8ae7f2a

Browse files
yidafuileasile
yidafu
authored andcommitted
Upgrade jupyter-js 0.5.0 => 0.6.0
1 parent eb82ff4 commit 8ae7f2a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

jupyter-js.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"description": "Experimental `%javascript`/`%typescript`/`%jsx` line magic support",
33
"properties": [
4-
{ "name": "v", "value": "0.5.0" }
4+
{
5+
"name": "v",
6+
"value": "0.6.0"
7+
}
58
],
69
"link": "https://github.com/yidafu/kotlin-jupyter-js",
710
"dependencies": [
811
"dev.yidafu.jupyter:jupyter-js:$v"
12+
],
13+
"imports": [
14+
"dev.yidafu.jupyper.jsExport"
915
]
10-
}
16+
}

0 commit comments

Comments
 (0)