redweb 0.3.0 → 0.3.2

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 -9
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,8 +1,3 @@
1
- You're right, let's provide more detailed instructions for setting up an HTTP server, including details about the `publicPaths` property and providing a sample HTML file.
2
-
3
- ### `README.md`
4
-
5
- ```markdown
6
1
  # RedWeb
7
2
 
8
3
  RedWeb is a simple and flexible Node.js framework built on top of Express.js and WebSocket. It allows you to quickly set up web servers and WebSocket servers with customizable options.
@@ -257,7 +252,4 @@ console.log(socketServer.clients); // Map of clients by their IP addresses
257
252
 
258
253
  ## License
259
254
 
260
- MIT License
261
- ```
262
-
263
- This `README.md` now includes more detailed instructions for setting up an HTTP server, including the creation of a `public` directory and a sample `index.html` file.
255
+ MIT License
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "redweb",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A way to quickly set up an express server",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "jest"
8
8
  },
9
9
  "files": [
10
- "src/*"
10
+ "src/*",
11
+ "index.js"
11
12
  ],
12
13
  "keywords": [],
13
14
  "author": "",