|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "three",
|
|
"name": "three",
|
|
- "version": "0.137.0",
|
|
|
|
|
|
+ "version": "0.137.1",
|
|
"description": "JavaScript 3D library",
|
|
"description": "JavaScript 3D library",
|
|
"type": "module",
|
|
"type": "module",
|
|
"main": "./build/three.js",
|
|
"main": "./build/three.js",
|
|
@@ -10,8 +10,8 @@
|
|
"import": "./build/three.module.js",
|
|
"import": "./build/three.module.js",
|
|
"require": "./build/three.cjs"
|
|
"require": "./build/three.cjs"
|
|
},
|
|
},
|
|
- "./examples/jsm/*": "./examples/jsm/*.js",
|
|
|
|
- "./src/*": "./src/*.js"
|
|
|
|
|
|
+ "./examples/jsm/*": "./examples/jsm/*",
|
|
|
|
+ "./src/*": "./src/*"
|
|
},
|
|
},
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|