فهرست منبع

Make the metapackage public (#4875)

* Make the metapackage public

* Ignore metapackage in application-top
Steven Silvester 6 سال پیش
والد
کامیت
fc8efeadcd
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      buildutils/src/ensure-repo.ts
  2. 1 2
      packages/metapackage/package.json

+ 1 - 1
buildutils/src/ensure-repo.ts

@@ -135,7 +135,7 @@ function ensureJupyterlab(): string[] {
     } catch (e) {
       return;
     }
-    if (data.private === true) {
+    if (data.private === true || data.name === '@jupyterlab/metapackage') {
       return;
     }
 

+ 1 - 2
packages/metapackage/package.json

@@ -1,8 +1,7 @@
 {
   "name": "@jupyterlab/metapackage",
   "version": "0.17.0-1",
-  "private": true,
-  "description": "JupyterLab - All Packages",
+  "description": "JupyterLab - Meta Package.  All of the packages used by the core JupyterLab application",
   "homepage": "https://github.com/jupyterlab/jupyterlab",
   "bugs": {
     "url": "https://github.com/jupyterlab/jupyterlab/issues"