2
0
Эх сурвалжийг харах

Merge pull request #16238 from linbingquan/dev1

Sort props for package.json
Mr.doob 6 жил өмнө
parent
commit
a4a5becbd0
1 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -8,16 +8,16 @@
   "module": "build/three.module.js",
   "types": "src/Three.d.ts",
   "files": [
-    "package.json",
-    "LICENSE",
-    "README.md",
     "build/three.js",
     "build/three.min.js",
     "build/three.module.js",
-    "src",
     "examples/js",
     "examples/jsm",
-    "examples/fonts"
+    "examples/fonts",
+    "LICENSE",
+    "package.json",
+    "README.md",
+    "src"
   ],
   "directories": {
     "doc": "docs",