@baic/yolk-cli 2.0.1-alpha.38 → 2.0.1-alpha.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baic/yolk-cli",
3
- "version": "2.0.1-alpha.38",
3
+ "version": "2.0.1-alpha.39",
4
4
  "author": "Baic <303394539@qq.com>",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "10568812f5fc888459833a55029399c3cc96d3cd"
44
+ "gitHead": "535de1ac54a517553dbf950cd8ddb70c7f62a4d4"
45
45
  }
@@ -20,6 +20,7 @@ lib/
20
20
  npm-debug.log*
21
21
  yarn-debug.log*
22
22
  yarn-error.log*
23
- index.module.scss.d.ts
23
+ *less.d.ts*
24
+ *scss.d.ts*
24
25
  .eslintcache
25
26
  .stylelintcache
@@ -20,4 +20,7 @@ lib/
20
20
  npm-debug.log*
21
21
  yarn-debug.log*
22
22
  yarn-error.log*
23
- index.module.scss.d.ts
23
+ *less.d.ts*
24
+ *scss.d.ts*
25
+ .eslintcache
26
+ .stylelintcache
@@ -16,7 +16,7 @@
16
16
  "ios >= 8"
17
17
  ],
18
18
  "dependencies": {
19
- "@baic/preset-yolk-miniapp": "~{{ yolkVersion }}",
19
+ "@baic/preset-yolk-taro-miniprogram": "~{{ yolkVersion }}",
20
20
  "babel-preset-taro": "3.x"
21
21
  }
22
22
  }