create-pugkit 1.0.0-beta.3 → 1.0.0

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## About
4
4
 
5
- [pugkit](https://github.com/a_tokuhara/pugkit) を使用した静的サイト制作のスターターキットです。
5
+ [pugkit](https://github.com/mfxgu2i/pugkit)を使った静的サイト制作環境をセットアップします。
6
6
 
7
7
  ## Usage
8
8
 
@@ -33,9 +33,9 @@ npm create pugkit@latest .
33
33
  プロジェクト作成後の手順:
34
34
 
35
35
  ```sh
36
- cd my-pugkit-project
36
+ cd my-site
37
37
  npm install
38
- npm build
38
+ npm run build
39
39
  npm run dev
40
40
  ```
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pugkit",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0",
4
4
  "description": "Scaffolding for pugkit projects",
5
5
  "type": "module",
6
6
  "license": "MIT",