wdwh 1.6.0 → 1.6.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.
- package/README.md +0 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -39,7 +39,6 @@ https://github.com/kubashh/wdwh/tree/main/example
|
|
|
39
39
|
- `src/app/App.tsx` (app entry point)
|
|
40
40
|
- `src/app/react.svg` (favicon, can be any other image, bun path must be specify in `src/app/index.tsx`)
|
|
41
41
|
- `src/app/index.css` (must contain `@import "tailwindcss";`)
|
|
42
|
-
- `bunfig.toml` (for tailwindcss)
|
|
43
42
|
- `package.json` (with scripts `dev` `build`)
|
|
44
43
|
- `tsconfig.json` (for `typescript`)
|
|
45
44
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wdwh",
|
|
3
3
|
"author": "kubashh",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/kubashh/wdwh.git",
|
|
7
7
|
"description": "The Bun framework. Easyer web dev without html",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"index.d.ts"
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
|
-
"build": "bun build.ts",
|
|
27
26
|
"deploy": "bun publish.ts"
|
|
28
27
|
},
|
|
29
28
|
"bin": {
|