Skip to content

Commit 7de573a

Browse files
authored
Add the whole build folder to the files field in package.json (mrdoob#25828)
1 parent af61d16 commit 7de573a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
},
2323
"sideEffects": false,
2424
"files": [
25-
"build/three.js",
26-
"build/three.cjs",
27-
"build/three.min.js",
28-
"build/three.module.js",
29-
"build/three.module.min.js",
25+
"build",
3026
"examples/jsm",
3127
"examples/fonts",
3228
"LICENSE",

0 commit comments

Comments
 (0)