hytopia 0.1.23 → 0.1.24
Sign up to get free protection for your applications and to get access to all the features.
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