Steven Silvester 8 лет назад
Родитель
Сommit
ffd6fa5dd1

+ 1 - 4
examples/console/package.json

@@ -3,10 +3,7 @@
   "name": "jupyterlab-example-console",
   "scripts": {
     "build": "tsc --project src && webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules",
-    "postinstall": "node ../../scripts/dedupe.js && npm run build",
-    "update": "(rimraf node_modules/jupyterlab || true) && npm install",
-    "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
+    "clean": "rimraf build && rimraf node_modules"
   },
   "dependencies": {
     "@jupyterlab/codemirror": "^0.1.0",

+ 1 - 4
examples/filebrowser/package.json

@@ -3,10 +3,7 @@
   "name": "jupyterlab-example-filebrowser",
   "scripts": {
     "build": "tsc --project src && webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules",
-    "postinstall": "node ../../scripts/dedupe.js && npm run build",
-    "update": "(rimraf node_modules/jupyterlab || true) && npm install",
-    "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
+    "clean": "rimraf build"
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.1.0",

+ 1 - 4
examples/lab/package.json

@@ -3,10 +3,7 @@
   "name": "jupyterlab-example",
   "scripts": {
     "build": "webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules",
-    "postinstall": "node ../../scripts/dedupe.js && npm run build",
-    "update": "(rimraf node_modules/jupyterlab || true) && npm install",
-    "watch": "watch \"npm run update && npm run build\" ../../src --wait 10"
+    "clean": "rimraf build && rimraf node_modules"
   },
   "dependencies": {
     "@jupyterlab/about-extension": "^0.1.0",

+ 1 - 4
examples/notebook/package.json

@@ -3,10 +3,7 @@
   "name": "jupyterlab-example-notebook",
   "scripts": {
     "build": "tsc --project src && webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules",
-    "postinstall": "node ../../scripts/dedupe.js && npm run build",
-    "update": "(rimraf node_modules/jupyterlab || true) && npm install",
-    "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
+    "clean": "rimraf build && rimraf node_modules"
   },
   "dependencies": {
     "@jupyterlab/codemirror": "^0.1.0",

+ 1 - 4
examples/terminal/package.json

@@ -3,10 +3,7 @@
   "name": "jupyterlab-example-terminal",
   "scripts": {
     "build": "tsc --project src && webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules",
-    "postinstall": "node ../../scripts/dedupe.js && npm run build",
-    "update": "(rimraf node_modules/jupyterlab || true) && npm install",
-    "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
+    "clean": "rimraf build"
   },
   "dependencies": {
     "@jupyterlab/terminal": "^0.1.0",

+ 0 - 1
packages/notebook/package.json

@@ -14,7 +14,6 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.1.0",
     "@jupyterlab/cells": "^0.1.0",
-    "@jupyterlab/cells/model": "^0.1.0",
     "@jupyterlab/codeeditor": "^0.1.0",
     "@jupyterlab/coreutils": "^0.1.0",
     "@jupyterlab/docregistry": "^0.1.0",

+ 0 - 1
packages/renderers/package.json

@@ -13,7 +13,6 @@
   },
   "dependencies": {
     "@jupyterlab/codemirror": "^0.1.0",
-    "@jupyterlab/codemirror/editor": "^0.1.0",
     "@jupyterlab/rendermime": "^0.1.0",
     "@phosphor/coreutils": "^0.1.5",
     "@phosphor/messaging": "^0.1.2",

+ 0 - 1
packages/rendermime/package.json

@@ -15,7 +15,6 @@
     "@jupyterlab/apputils": "^0.1.0",
     "@jupyterlab/coreutils": "^0.1.0",
     "@jupyterlab/renderers": "^0.1.0",
-    "@jupyterlab/renderers/widget": "^0.1.0",
     "@jupyterlab/services": "^0.40.1",
     "@phosphor/algorithm": "^0.1.1",
     "@phosphor/coreutils": "^0.1.5",