server-up-ndot 1.2.2 → 1.2.3

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 -1
  2. package/readme.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "server-up-ndot",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "server toolkit",
5
5
  "main": "index.js",
6
6
  "bin": {
package/readme.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Simple server generator and auto library install for Node.js.
4
4
 
5
+ ## github
6
+ ### github:
7
+ `https://github.com/ppccpcpcpc-byte/server-up-ndot`
8
+
5
9
  ## Install
6
10
 
7
11
  server library install:
@@ -31,6 +35,10 @@ npx server-up-ndot create myserver
31
35
 
32
36
  ## Patch Notes
33
37
 
38
+ ### 1.2.3
39
+ - open code whit github
40
+ - on this url->`https://github.com/ppccpcpcpc-byte/server-up-ndot`
41
+
34
42
  ### 1.2.2
35
43
  - new command `dev`
36
44
  ### 1.2.1