Steven Silvester 6 tahun lalu
induk
melakukan
4476025080
2 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 3 3
      packages/application/package.json
  2. 3 3
      packages/coreutils/package.json

+ 3 - 3
packages/application/package.json

@@ -31,9 +31,6 @@
     "prepublishOnly": "npm run build",
     "watch": "tsc -b --watch"
   },
-  "jupyterlab": {
-    "core": true
-  },
   "dependencies": {
     "@jupyterlab/apputils": "^1.0.0-alpha.6",
     "@jupyterlab/coreutils": "^3.0.0-alpha.6",
@@ -59,5 +56,8 @@
   },
   "publishConfig": {
     "access": "public"
+  },
+  "jupyterlab": {
+    "core": true
   }
 }

+ 3 - 3
packages/coreutils/package.json

@@ -19,9 +19,6 @@
   "directories": {
     "lib": "lib/"
   },
-  "jupyterlab": {
-    "include": true
-  },
   "repository": {
     "type": "git",
     "url": "https://github.com/jupyterlab/jupyterlab.git"
@@ -53,5 +50,8 @@
   },
   "publishConfig": {
     "access": "public"
+  },
+  "jupyterlab": {
+    "include": true
   }
 }