srv-it 0.2.0 → 0.2.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/package.json +1 -2
  2. package/src/server.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "srv-it",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Static server with polished CLI UI, directory listing, and live reload",
5
5
  "keywords": [
6
6
  "server",
@@ -43,7 +43,6 @@
43
43
  "open": "^10.1.2",
44
44
  "ws": "^8.18.0"
45
45
  },
46
- "devDependencies": {},
47
46
  "engines": {
48
47
  "node": ">=18"
49
48
  },
package/src/server.js CHANGED
@@ -239,7 +239,7 @@ function renderDirListing({ pathnameValue, entries, style, customCss }) {
239
239
  </head>
240
240
  <body>
241
241
  <main>
242
- <h1>srv</h1>
242
+ <h1>srv-it</h1>
243
243
  <div class="path">Index of ${base}</div>
244
244
  ${up}
245
245
  <ul>${list}</ul>