create-lunet 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -39,10 +39,10 @@ switch (template) {
39
39
  });
40
40
  console.log(`
41
41
  To start development server:
42
- npm run dev
42
+ bun dev
43
43
 
44
44
  To build page:
45
- npm run build
45
+ bun run build
46
46
 
47
47
  Happy bunning! \uD83D\uDC07`);
48
48
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lunet",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "author": "TNTSuperMan",
5
5
  "license": "MIT",
6
6
  "description": "瞬時にlunetプロジェクトを立ち上げます。",