sinto 1.1.0 → 1.1.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/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,3 +65,13 @@ Using:
65
65
  sin api
66
66
  npm i
67
67
  ```
68
+
69
+ Generated files:
70
+
71
+ ```txt
72
+ app01/
73
+ |-database.json
74
+ |-hai-server.json
75
+ |-package.json
76
+ `-README.md
77
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinto",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Website project development manager",
5
5
  "bin": {
6
6
  "sin": "sin.js"