tt-minigame-ide-cli 1.0.2-beta.1 → 1.0.2

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/lib/preview.js +1 -1
  2. package/package.json +1 -1
package/lib/preview.js CHANGED
@@ -28,7 +28,7 @@ async function preview(entry, options) {
28
28
  }
29
29
  }
30
30
 
31
- const { success, msg, appId, } = await checkBeforeUpload(entry);
31
+ const { success, msg, appId } = await checkBeforeUpload(entry);
32
32
  if (!success) {
33
33
  const errMsg = `[CLI PREVIEW ERROR]: ${msg}`;
34
34
  console.log(chalk.red(errMsg));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tt-minigame-ide-cli",
3
- "version": "1.0.2-beta.1",
3
+ "version": "1.0.2",
4
4
  "description": "Command line interface for micro app development",
5
5
  "main": "lib/index.js",
6
6
  "bin": {