server-up-ndot 1.3.5 → 1.3.7

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 +2 -2
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "server-up-ndot",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "server toolkit",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "https://github.com/ppccpcpcpc-byte/server-up-ndot.git"
16
- },
16
+ },
17
17
  "dependencies": {
18
18
  "axios": "*",
19
19
  "chalk": "*",
package/readme.md CHANGED
@@ -74,6 +74,12 @@ npx server-up-ndot create myserver
74
74
 
75
75
  ## 1.3.x
76
76
 
77
+ ### 1.3.7
78
+ - There was a problem with the environment :( rollbacked.
79
+
80
+ ### 1.3.6
81
+ ~ use a CI ~
82
+
77
83
  ### 1.3.5
78
84
  - sicu report updated
79
85