wdwh 1.11.0 → 1.11.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,7 +5,7 @@ Works only with Bun runtime
5
5
  ## Init project
6
6
 
7
7
  ```sh
8
- bunx wdwh@latest init .
8
+ bunx wdwh@latest init
9
9
  ```
10
10
 
11
11
  ## Adding to project
@@ -27,7 +27,7 @@ bun i -d wdwh
27
27
  }
28
28
  ```
29
29
 
30
- ### 3. [Add files](https://github.com/kubashh/create-wdwh-app/tree/main/template)
30
+ ### 3. [Add files](https://github.com/kubashh/wdwh/tree/main/template/template)
31
31
 
32
32
  - `src/app/index.tsx` (contains only `html` `head` `body` tags and `metadata`)
33
33
  - `src/app/App.tsx` (app entry point)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wdwh",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "author": "kubashh",
5
5
  "description": "The Bun framework. Easyer web dev without html for static sites",
6
6
  "license": "MIT",
@@ -9,11 +9,11 @@
9
9
  "react",
10
10
  "bun",
11
11
  "wdwh",
12
- "kubashh",
13
12
  "web",
14
13
  "html",
15
14
  "css",
16
- "typescript"
15
+ "typescript",
16
+ "framework"
17
17
  ],
18
18
  "files": [
19
19
  "LICENSE",