|
@@ -4,15 +4,15 @@
|
|
"description": "JavaScript 3D library",
|
|
"description": "JavaScript 3D library",
|
|
"main": "build/three.js",
|
|
"main": "build/three.js",
|
|
"repository": "mrdoob/three.js",
|
|
"repository": "mrdoob/three.js",
|
|
- "jsnext:main": "build/three.modules.js",
|
|
|
|
- "module": "build/three.modules.js",
|
|
|
|
|
|
+ "jsnext:main": "build/three.module.js",
|
|
|
|
+ "module": "build/three.module.js",
|
|
"files": [
|
|
"files": [
|
|
"package.json",
|
|
"package.json",
|
|
"LICENSE",
|
|
"LICENSE",
|
|
"README.md",
|
|
"README.md",
|
|
"build/three.js",
|
|
"build/three.js",
|
|
"build/three.min.js",
|
|
"build/three.min.js",
|
|
- "build/three.modules.js",
|
|
|
|
|
|
+ "build/three.module.js",
|
|
"src",
|
|
"src",
|
|
"examples/js",
|
|
"examples/js",
|
|
"examples/fonts",
|
|
"examples/fonts",
|