@uzuhq/code-cli 0.3.15 → 0.3.16

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.
@@ -46,11 +46,6 @@ export const create2dGame = (name) => {
46
46
  console.log(`\nDone! Created ${name}/`);
47
47
  console.log(`\nNext steps:`);
48
48
  console.log(` cd ${name}`);
49
- console.log('');
50
- console.log(' # ~/.npmrc に GitHub Packages の認証設定がない場合:');
51
- console.log(' echo "//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN" >> ~/.npmrc');
52
- console.log(' echo "@uzupj:registry=https://npm.pkg.github.com" >> ~/.npmrc');
53
- console.log('');
54
49
  console.log(` npm install`);
55
50
  console.log(` npm run dev`);
56
51
  };
@@ -12,7 +12,7 @@
12
12
  "preview": "vite preview"
13
13
  },
14
14
  "dependencies": {
15
- "@uzupj/engine-2d": "*",
15
+ "@uzuhq/engine-2d": "*",
16
16
  "@uzuhq/code-sdk": "*"
17
17
  },
18
18
  "devDependencies": {
@@ -1,4 +1,4 @@
1
- import { createEngine } from '@uzupj/engine-2d';
1
+ import { createEngine } from '@uzuhq/engine-2d';
2
2
  import { init } from '@uzuhq/code-sdk';
3
3
 
4
4
  // SDK 初期化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uzuhq/code-cli",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "UZU ゲーム開発 CLI - ビルド・パブリッシュ・プロジェクト作成ツール",
5
5
  "type": "module",
6
6
  "bin": {