Przeglądaj źródła

Delete example jupyter-js-ui dependency

This conflicts with the jupyter-js-plugin's dependency, and is not needed.
Jason Grout 9 lat temu
rodzic
commit
f533a9cfdd
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      examples/lab/package.json

+ 1 - 2
examples/lab/package.json

@@ -2,8 +2,7 @@
   "private": true,
   "name": "jupyter-js-plugins-example",
   "dependencies": {
-    "jupyter-js-plugins": "file:..",
-    "jupyter-js-ui": "^0.5.1"
+    "jupyter-js-plugins": "file:.."
   },
   "scripts": {
     "build": "webpack --config webpack.conf.js",