File tree 2 files changed +27
-0
lines changed
packages/alita-weixin-runtime
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
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!!' )
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments