@miris-inc/three 0.0.6-d42dd329 → 0.0.6-e1e789c1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/three.mjs +15461 -5476
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"scripts": {
|
|
5
5
|
"d": "bun dev",
|
|
6
6
|
"dev": "vite",
|
|
7
|
-
"b": "vite build",
|
|
8
|
-
"build": "vite build",
|
|
7
|
+
"b": "cd ../.. && vite build --mode packages/three",
|
|
8
|
+
"build": "cd ../.. && vite build --mode packages/three",
|
|
9
9
|
"s": "vite serve",
|
|
10
10
|
"serve": "vite serve"
|
|
11
11
|
},
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"@types/three": "^0.182.0",
|
|
16
16
|
"three": "^0.182.0"
|
|
17
17
|
},
|
|
18
|
-
"version": "0.0.6-
|
|
18
|
+
"version": "0.0.6-e1e789c1"
|
|
19
19
|
}
|