Explorar el Código

Add the whole build folder to the files field in package.json (#25828)

Marco Fugaro hace 2 años
padre
commit
7de573a94f
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      package.json

+ 1 - 5
package.json

@@ -22,11 +22,7 @@
   },
   "sideEffects": false,
   "files": [
-    "build/three.js",
-    "build/three.cjs",
-    "build/three.min.js",
-    "build/three.module.js",
-    "build/three.module.min.js",
+    "build",
     "examples/jsm",
     "examples/fonts",
     "LICENSE",