@modern-js/upgrade 0.0.0-next-20230207113209 → 0.0.0-next-20230208024935

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 +13 -16
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,29 +1,26 @@
1
-
2
1
  <p align="center">
3
2
  <a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>
4
3
  </p>
5
- <p align="center">
6
- 现代 Web 工程体系
7
- <br/>
8
- <a href="https://modernjs.dev" target="blank">
9
- modernjs.dev
10
- </a>
11
- </p>
4
+
5
+ <h1 align="center">Modern.js</h1>
6
+
12
7
  <p align="center">
13
8
  A Progressive React Framework for modern web development.
14
9
  </p>
15
10
 
16
- # Introduction
17
-
18
- > The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
11
+ ## Getting Started
19
12
 
13
+ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-start) to get started with Modern.js.
20
14
 
21
- ## Getting Started
15
+ ## Documentation
22
16
 
23
- - [Quick Start](https://modernjs.dev/docs/start)
24
- - [Guides](https://modernjs.dev/docs/guides)
25
- - [API References](https://modernjs.dev/docs/apis)
17
+ - [English Documentation](https://modernjs.dev/en/)
18
+ - [中文文档](https://modernjs.dev)
26
19
 
27
20
  ## Contributing
28
21
 
29
- - [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)
22
+ Please read the [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md).
23
+
24
+ ## License
25
+
26
+ Modern.js is [MIT licensed](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE).
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20230207113209",
14
+ "version": "0.0.0-next-20230208024935",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/index.d.ts",
17
17
  "main": "./dist/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@modern-js/codesmith": "2.0.3",
37
- "@modern-js/plugin-i18n": "0.0.0-next-20230207113209",
38
- "@modern-js/utils": "0.0.0-next-20230207113209"
37
+ "@modern-js/plugin-i18n": "0.0.0-next-20230208024935",
38
+ "@modern-js/utils": "0.0.0-next-20230208024935"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@babel/runtime": "^7.18.0",
@@ -44,9 +44,9 @@
44
44
  "jest": "^27",
45
45
  "ts-node": "^10.1.0",
46
46
  "typescript": "^4",
47
- "@modern-js/upgrade-generator": "0.0.0-next-20230207113209",
48
- "@scripts/build": "0.0.0-next-20230207113209",
49
- "@scripts/jest-config": "0.0.0-next-20230207113209"
47
+ "@modern-js/upgrade-generator": "0.0.0-next-20230208024935",
48
+ "@scripts/jest-config": "0.0.0-next-20230208024935",
49
+ "@scripts/build": "0.0.0-next-20230208024935"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {