create-message-kit 1.1.7-beta.27 → 1.1.7-beta.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -23,8 +23,8 @@ program
23
23
  const pkgManager = await detectPackageManager();
24
24
 
25
25
  if (pkgManager.startsWith("yarn@4")) {
26
- log.error("Yarn 4 is not supported. Please use bun, npm, or yarn v1");
27
- process.exit(1);
26
+ //log.error("Yarn 4 is not supported. Please use bun, npm, or yarn v1");
27
+ //process.exit(1);
28
28
  }
29
29
 
30
30
  log.info(pc.cyan(`Welcome to MessageKit CLI v${version}!`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-message-kit",
3
- "version": "1.1.7-beta.27",
3
+ "version": "1.1.7-beta.28",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "index.js",