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.
- package/dist/index.js +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", "
|
|
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.
|
|
614
|
+
var version = "3.0.9";
|
|
615
615
|
|
|
616
616
|
// src/commands/create.ts
|
|
617
617
|
import { intro, log } from "@clack/prompts";
|