create-sy 2.2.3 → 2.2.13-alpha.0

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 +0 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -37,6 +37,3 @@ npm init sy my-app-dir -- -f -y
37
37
 
38
38
  This command initializes a Syngrisi project in my-app-dir, bypassing pre-install checks and confirming prompts
39
39
  automatically.
40
-
41
-
42
-
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-sy",
3
- "version": "2.2.3",
4
- "description": "Install and setup Syngrisi",
3
+ "version": "2.2.13-alpha.0",
4
+ "description": "Easily install and configure Syngrisi for visual testing.",
5
5
  "author": {
6
6
  "name": "Viktar Silakou",
7
7
  "email": "1105714@gmail.com"
@@ -72,5 +72,5 @@
72
72
  "read-pkg-up": "^10.1.0",
73
73
  "semver": "^7.3.8"
74
74
  },
75
- "gitHead": "d5b7c9661e69189fcbb7f8e3ff119a725c69c737"
75
+ "gitHead": "3d718ff548ea6fa003c523e13ca3a0848bc86ace"
76
76
  }