@suyouorg/android 2.3.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # @suyouorg/android
2
+
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 初始化项目
8
+ - 3.0.1
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@suyouorg/android",
3
+ "version": "2.3.0",
4
+ "description": "suyou android client",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "keywords": [],
13
+ "author": "",
14
+ "license": "ISC"
15
+ }
Binary file