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

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.39",
3
+ "version": "2.0.1-alpha.40",
4
4
  "author": "Baic <303394539@qq.com>",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -11,9 +11,6 @@
11
11
  "lib",
12
12
  "templates"
13
13
  ],
14
- "scripts": {
15
- "ncu": "ncu"
16
- },
17
14
  "repository": {
18
15
  "type": "git",
19
16
  "url": "git+https://github.com/303394539/yolk.git"
@@ -34,12 +31,12 @@
34
31
  "miniprogram-ci": "~1.8.25",
35
32
  "mkdirp": "~1.0.4",
36
33
  "mustache": "~4.2.0",
37
- "prettier": "~2.6.2",
34
+ "prettier": "~2.7.0",
38
35
  "rimraf": "~3.0.2",
39
36
  "staged-git-files": "~1.3.0"
40
37
  },
41
38
  "publishConfig": {
42
39
  "access": "public"
43
40
  },
44
- "gitHead": "535de1ac54a517553dbf950cd8ddb70c7f62a4d4"
41
+ "gitHead": "2ccc8b7ef84be1cf48971ff5db35f4148420de9c"
45
42
  }
@@ -24,3 +24,7 @@ yarn-error.log*
24
24
  *scss.d.ts*
25
25
  .eslintcache
26
26
  .stylelintcache
27
+
28
+ # h5+app
29
+ /h5+app/unpackage/cache
30
+ /h5+app/unpackage/release
@@ -1,12 +1,3 @@
1
- import { runApp, IAppConfig } from 'ice';
1
+ import { runApp } from 'ice';
2
2
 
3
- const appConfig: IAppConfig = {
4
- app: {
5
- rootId: 'yolk-app',
6
- },
7
- router: {
8
- type: 'hash',
9
- },
10
- };
11
-
12
- runApp(appConfig);
3
+ runApp();
@@ -24,3 +24,7 @@ yarn-error.log*
24
24
  *scss.d.ts*
25
25
  .eslintcache
26
26
  .stylelintcache
27
+
28
+ # h5+app
29
+ /h5+app/unpackage/cache
30
+ /h5+app/unpackage/release
@@ -1,12 +1,3 @@
1
- import { runApp, IAppConfig } from 'ice';
1
+ import { runApp } from 'ice';
2
2
 
3
- const appConfig: IAppConfig = {
4
- app: {
5
- rootId: 'yolk-app',
6
- },
7
- router: {
8
- type: 'hash',
9
- },
10
- };
11
-
12
- runApp(appConfig);
3
+ runApp();
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
7
- <title></title>
8
- </head>
9
-
10
- <body>
11
- <div id="yolk-app"></div>
12
- </body>
13
- </html>
@@ -1,13 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
7
- <title></title>
8
- </head>
9
-
10
- <body>
11
- <div id="yolk-app"></div>
12
- </body>
13
- </html>