Преглед изворни кода

Merge pull request #216 from blink1073/fix-examples-again

Fix console example package.json
Steven Silvester пре 8 година
родитељ
комит
2408f5a7b8
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      examples/console/package.json
  2. 1 1
      examples/notebook/package.json

+ 1 - 0
examples/console/package.json

@@ -18,6 +18,7 @@
   "dependencies": {
     "jupyter-js-notebook": "file:../..",
     "jupyter-js-services": "^0.10.1",
+    "jupyter-js-ui": "^0.11.0",
     "jupyter-js-utils": "^0.4.0",
     "phosphor-commandpalette": "^0.2.0",
     "phosphor-disposable": "^1.0.5",

+ 1 - 1
examples/notebook/package.json

@@ -18,7 +18,7 @@
   "dependencies": {
     "jupyter-js-notebook": "file:../..",
     "jupyter-js-services": "^0.10.1",
-    "jupyter-js-ui": "^0.11.2",
+    "jupyter-js-ui": "^0.11.0",
     "phosphor-commandpalette": "^0.2.0",
     "phosphor-keymap": "^0.8.0",
     "phosphor-splitpanel": "^1.0.0-rc.1",