create-unibest 3.0.8 → 3.0.9

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -387,7 +387,7 @@ ${content}`;
387
387
  writeFileSync2(mainTsPath, content);
388
388
  }
389
389
  async function updateUniScss(projectPath, importCode) {
390
- const uniScssPath = join4(projectPath, "src", "style", "uni.scss");
390
+ const uniScssPath = join4(projectPath, "src", "uni.scss");
391
391
  if (!existsSync2(uniScssPath)) {
392
392
  const altPath = join4(projectPath, "uni.scss");
393
393
  if (existsSync2(altPath)) {
@@ -611,7 +611,7 @@ async function generateProject(options) {
611
611
  }
612
612
 
613
613
  // package.json
614
- var version = "3.0.8";
614
+ var version = "3.0.9";
615
615
 
616
616
  // src/commands/create.ts
617
617
  import { intro, log } from "@clack/prompts";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-unibest",
3
3
  "type": "module",
4
- "version": "3.0.8",
4
+ "version": "3.0.9",
5
5
  "description": "快速创建unibest项目的脚手架工具",
6
6
  "author": "",
7
7
  "license": "ISC",