Bläddra i källkod

Removing file that shouldn't be in this PR.

Brian E. Granger 8 år sedan
förälder
incheckning
5057e9eb23
1 ändrade filer med 0 tillägg och 59 borttagningar
  1. 0 59
      packages/theme-light/package.json

+ 0 - 59
packages/theme-light/package.json

@@ -1,59 +0,0 @@
-{
-  "name": "@jupyterlab/theme-assets",
-  "version": "0.4.0",
-  "description": "JupyterLab - Default Theme",
-  "main": "lib/index.js",
-  "types": "lib/index.d.ts",
-  "files": [
-    "lib/*.d.ts",
-    "lib/*.js",
-    "style/*.css",
-    "style/images/*.*",
-    "style/icons/*.*",
-    "style/icons/**/*.*"
-  ],
-  "directories": {
-    "lib": "lib/"
-  },
-  "dependencies": {
-    "@jupyterlab/about-extension": "^0.4.0",
-    "@jupyterlab/application": "^0.4.0",
-    "@jupyterlab/apputils": "^0.4.0",
-    "@jupyterlab/cells": "^0.4.0",
-    "@jupyterlab/codeeditor": "^0.4.0",
-    "@jupyterlab/codemirror": "^0.4.0",
-    "@jupyterlab/completer": "^0.4.0",
-    "@jupyterlab/console": "^0.4.0",
-    "@jupyterlab/csvviewer": "^0.4.0",
-    "@jupyterlab/fileeditor": "^0.4.0",
-    "@jupyterlab/faq-extension": "^0.4.0",
-    "@jupyterlab/filebrowser": "^0.4.0",
-    "@jupyterlab/help-extension": "^0.4.0",
-    "@jupyterlab/imageviewer": "^0.4.0",
-    "@jupyterlab/inspector": "^0.4.0",
-    "@jupyterlab/landing-extension": "^0.4.0",
-    "@jupyterlab/launcher": "^0.4.0",
-    "@jupyterlab/markdownviewer": "^0.4.0",
-    "@jupyterlab/notebook": "^0.4.0",
-    "@jupyterlab/outputarea": "^0.4.0",
-    "@jupyterlab/rendermime": "^0.4.0",
-    "@jupyterlab/running": "^0.4.0",
-    "@jupyterlab/tabmanager-extension": "^0.4.0",
-    "@jupyterlab/terminal": "^0.4.0",
-    "@jupyterlab/tooltip": "^0.4.0"
-  },
-  "devDependencies": {
-    "rimraf": "^2.5.2",
-    "typescript": "^2.2.1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/jupyterlab/jupyterlab.git"
-  },
-  "author": "Project Jupyter",
-  "license": "BSD-3-Clause",
-  "bugs": {
-    "url": "https://github.com/jupyterlab/jupyterlab/issues"
-  },
-  "homepage": "https://github.com/jupyterlab/jupyterlab"
-}