@viewfly/platform-browser 0.0.1-alpha.12 → 0.0.1-alpha.13

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/README.md +1 -1
  2. package/package.json +4 -8
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Viewfly
2
2
  ================================
3
3
 
4
- Viewfly 是一个简单、数据驱动的前端视图库。此包为内核运行在浏览器上的支持层。
4
+ Viewfly 是一个简单、数据驱动的前端框架。此项目为内核运行在浏览器上的支持层。
5
5
 
6
6
  ## 安装
7
7
 
package/package.json CHANGED
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "name": "@viewfly/platform-browser",
3
- "version": "0.0.1-alpha.12",
4
- "description": "Viewfly is a simple and easy-to-use JavaScript framework with an intuitive development experience.",
3
+ "version": "0.0.1-alpha.13",
4
+ "description": "This project is used to enable the Viewfly framework to run in a browser.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
7
7
  "typings": "./bundles/public-api.d.ts",
8
8
  "scripts": {
9
- "start": "webpack-dev-server",
10
- "test": "cross-env env=test jest",
11
- "test-c": "cross-env env=test jest --coverage",
12
9
  "build:lib": "rimraf bundles && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
13
10
  "publish:lib": "npm run build:lib && npm publish --access=public"
14
11
  },
@@ -16,7 +13,7 @@
16
13
  "keywords": [],
17
14
  "dependencies": {
18
15
  "@tanbo/di": "^1.1.4",
19
- "@viewfly/core": "^0.0.1-alpha.12",
16
+ "@viewfly/core": "^0.0.1-alpha.13",
20
17
  "reflect-metadata": "^0.1.13"
21
18
  },
22
19
  "devDependencies": {
@@ -36,6 +33,5 @@
36
33
  },
37
34
  "bugs": {
38
35
  "url": "https://github.com/viewfly/viewfly.git/issues"
39
- },
40
- "gitHead": "e5fdc69779bbfd6a1128b98a30d8732dbda7fcd3"
36
+ }
41
37
  }