Skip to content

Commit db560b8

Browse files
committed
feat(@areslabs/alita-weixin-runtime): 聚合包,引用诸wx-rn适配包,不应该直接使用。
1 parent 944aeb4 commit db560b8

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* Copyright (c) Areslabs.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*
7+
*/
8+
9+
console.error('you should not require this lib!!')
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "@areslabs/alita-weixin-runtime",
3+
"version": "0.0.1",
4+
"description": "alita weixin miniprogram runtime",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"dependencies": {
10+
"@areslabs/wx-react": "beta",
11+
"@areslabs/wx-animated": "beta",
12+
"@areslabs/wx-react-native": "beta",
13+
"@areslabs/wx-prop-types": "beta",
14+
"@areslabs/wx-router": "beta"
15+
},
16+
"author": "yankang (https://github.com/ykforerlang)",
17+
"license": "MIT"
18+
}

0 commit comments

Comments
 (0)