tsrntemp 1.2.4 → 1.2.5
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/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tsrntemp",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.2.5",
|
|
4
|
+
"description": "react-native模版项目,通过官方脚手架快速搭建项目,已配置好路由,请求库,图标,缓存等常用工具。",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "exit 0"
|
|
7
7
|
},
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"keywords": [
|
|
13
13
|
"react-native",
|
|
14
|
+
"react-native-cli",
|
|
14
15
|
"typescript",
|
|
15
16
|
"jest",
|
|
16
17
|
"template",
|