소스 검색

Integrity.

Ian Rose 6 년 전
부모
커밋
70b0127f7b
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 1
      packages/terminal-extension/package.json
  2. 0 3
      packages/terminal-extension/tsconfig.json

+ 0 - 1
packages/terminal-extension/package.json

@@ -35,7 +35,6 @@
     "@jupyterlab/coreutils": "^2.2.1",
     "@jupyterlab/launcher": "^0.19.1",
     "@jupyterlab/mainmenu": "^0.8.1",
-    "@jupyterlab/services": "^3.2.1",
     "@jupyterlab/terminal": "^0.19.1"
   },
   "devDependencies": {

+ 0 - 3
packages/terminal-extension/tsconfig.json

@@ -21,9 +21,6 @@
     {
       "path": "../mainmenu"
     },
-    {
-      "path": "../services"
-    },
     {
       "path": "../terminal"
     }