@t8/serve 0.1.25 → 0.1.26

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -157,6 +157,7 @@ test.afterAll(() => {
157
157
  ```
158
158
  /tests/x
159
159
  - src
160
+ - App.tsx
160
161
  - index.css
161
162
  - index.tsx // imports "./App.tsx", "./index.css"
162
163
  - index.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/serve",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Simple static file server + bundler, primarily for demo apps and tests, manual or automated",
5
5
  "keywords": [
6
6
  "node",