hytopia 0.1.23 → 0.1.25
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/scripts.js +1 -1
- package/examples/character-controller/package.json +1 -1
- package/examples/entity-spawn/package.json +1 -1
- package/examples/payload-game/package.json +1 -1
- package/package.json +1 -1
- package/bun.lockb +0 -0
- package/examples/character-controller/bun.lockb +0 -0
- package/examples/entity-spawn/bun.lockb +0 -0
- package/examples/payload-game/bun.lockb +0 -0
package/bin/scripts.js
CHANGED
@@ -42,7 +42,7 @@ const path = require('path');
|
|
42
42
|
} else {
|
43
43
|
console.log('🔧 Initializing project');
|
44
44
|
execSync('bun init --yes');
|
45
|
-
execSync('bun add hytopia');
|
45
|
+
execSync('bun add hytopia@latest');
|
46
46
|
|
47
47
|
const srcDir = path.join(__dirname, '..', 'boilerplate');
|
48
48
|
fs.cpSync(srcDir, destDir, { recursive: true });
|
package/package.json
CHANGED
package/bun.lockb
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|