Browse Source

Merge pull request #16238 from linbingquan/dev1

Sort props for package.json
Mr.doob 6 years ago
parent
commit
a4a5becbd0
1 changed files with 5 additions and 5 deletions
  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",