Explorar o código

Make the metapackage public (#4875)

* Make the metapackage public

* Ignore metapackage in application-top
Steven Silvester %!s(int64=6) %!d(string=hai) anos
pai
achega
fc8efeadcd
Modificáronse 2 ficheiros con 2 adicións e 3 borrados
  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"