Selaa lähdekoodia

fix(code-runtime-python): align package files with the publication gate

Chinesezjc 1 kuukausi sitten
vanhempi
sitoutus
32d6444a2c
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      packages/code-runtime/code-runtime-python/package.json

+ 1 - 3
packages/code-runtime/code-runtime-python/package.json

@@ -21,9 +21,7 @@
     "lib/index.js",
     "lib/invariant.js",
     "py/**/*.py",
-    "lib/types/**/*.d.ts",
-    "lib/types/**/*.d.ts.map",
-    "src"
+    "lib/types/**/*.d.ts"
   ],
   "license": "BSD-3-Clause",
   "peerDependencies": {