@@ -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",