tsrntemp 1.2.0 → 1.2.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  English | [简体中文](./README_zh-CN.md)
4
4
 
5
- ## :arrow_forward: 用法
5
+ ## :arrow_forward: usage
6
6
  ```sh
7
7
  npx react-native init ProjectName --template tsrntemp
8
8
  ```
@@ -17,7 +17,7 @@ npx react-native init ProjectName --template tsrntemp
17
17
 
18
18
  `The default of this project is TS building, integrated routing, caching, request tool and icon tool`
19
19
 
20
- - 文件目录
20
+ - file directory
21
21
  - src
22
22
  - src/assets`Static resource folder`
23
23
  - src/components`Public component folder`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsrntemp",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Clean and minimalist React Native template for a quick start with TypeScript.",
5
5
  "scripts": {
6
6
  "test": "exit 0"