@t8/serve 0.1.23 → 0.1.24

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 +1 -1
package/README.md CHANGED
@@ -71,7 +71,7 @@ webServer: {
71
71
 
72
72
  ```
73
73
  /playground
74
- src
74
+ - src
75
75
  - App.tsx
76
76
  - index.css
77
77
  - index.tsx // imports "./App.tsx", "./index.css"
@@ -155,7 +155,7 @@ test.afterAll(() => {
155
155
 
156
156
  ```
157
157
  /tests/x
158
- src
158
+ - src
159
159
  - index.css
160
160
  - index.tsx // imports "./App.tsx", "./index.css"
161
161
  - index.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/serve",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "Simple static file server + bundler, primarily for demo apps and tests, manual or automated",
5
5
  "keywords": [
6
6
  "node",