create-uniapps 1.0.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.
package/index.mjs CHANGED
@@ -121,11 +121,7 @@ function printCompletion(targetDir, installDeps) {
121
121
  }
122
122
 
123
123
  console.log(chalk.dim(` # 启动开发服务器`));
124
- console.log(` npm run dev`);
125
- console.log();
126
- console.log(chalk.dim(` # 构建生产版本`));
127
- console.log(` npm run build`);
128
- console.log();
124
+ console.log(` npm run dev:h5`);
129
125
  }
130
126
 
131
127
  // 主函数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-uniapps",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "UniApps template",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -10,7 +10,6 @@
10
10
  '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
11
11
  (coverSupport ? ', viewport-fit=cover' : '') + '" />')
12
12
  </script>
13
- </script>
14
13
  <title></title>
15
14
  <!--preload-links-->
16
15
  <!--app-context-->