Browse Source

Merge pull request #172 from blink1073/fix-example-build

Add phosphide to example dependencies
S. Chris Colbert 9 years ago
parent
commit
ae821142a3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/lab/package.json

+ 2 - 1
examples/lab/package.json

@@ -3,7 +3,8 @@
   "name": "jupyter-js-plugins-example",
   "dependencies": {
     "es6-promise": "^3.1.2",
-    "jupyter-js-plugins": "file:.."
+    "jupyter-js-plugins": "file:..",
+    "phosphide": "^0.9.4"
   },
   "scripts": {
     "build": "webpack --config webpack.conf.js",