Bladeren bron

Merge pull request #5 from aliyun/alpha2

Alpha2
Albert Luo 5 jaren geleden
bovenliggende
commit
7ccafa24fb
No account linked to committer's email address
7 gewijzigde bestanden met toevoegingen van 14 en 9 verwijderingen
  1. 4
    1
      .gitignore
  2. 1
    0
      CHANGELOG.md
  3. 5
    5
      Example/package.json
  4. 1
    1
      README-CN.md
  5. 1
    1
      README.md
  6. 1
    0
      UPGRADING.md
  7. 1
    1
      package.json

+ 4
- 1
.gitignore Bestand weergeven

@@ -4,4 +4,7 @@ node_modules/
4 4
 .idea
5 5
 .DS_Store
6 6
 Example/ios/Pods/
7
-package-lock.json
7
+package-lock.json
8
+Example/ios/Example.xcodeproj/project.pbxproj
9
+ios/RNAliyunOSS.xcodeproj/project.xcworkspace/
10
+Example/package-lock.json

+ 1
- 0
CHANGELOG.md Bestand weergeven

@@ -0,0 +1 @@
1
+CHANGELOG.md

+ 5
- 5
Example/package.json Bestand weergeven

@@ -7,15 +7,15 @@
7 7
     "test": "jest"
8 8
   },
9 9
   "dependencies": {
10
-    "aliyun-oss-react-native": "^1.0.0-alpha.1",
11
-    "react": "16.0.0-alpha.6",
12
-    "react-native": "0.44.3",
10
+    "react": "16.3.1",
11
+    "react-native": "0.55.4",
12
+    "aliyun-oss-react-native": "^1.0.0-alpha.2",
13 13
     "react-native-image-picker": "^0.26.10"
14 14
   },
15 15
   "devDependencies": {
16
-    "babel-jest": "23.0.1",
16
+    "babel-jest": "23.2.0",
17 17
     "babel-preset-react-native": "4.0.0",
18
-    "jest": "23.1.0",
18
+    "jest": "23.2.0",
19 19
     "react-test-renderer": "16.3.1"
20 20
   },
21 21
   "jest": {

+ 1
- 1
README-CN.md Bestand weergeven

@@ -1,6 +1,6 @@
1 1
 # Aliyun OSS SDK for React Native
2 2
 
3
-## [README of English](#https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README.md)
3
+## [README of English](https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README.md)
4 4
 
5 5
 ## 简介
6 6
 

+ 1
- 1
README.md Bestand weergeven

@@ -1,6 +1,6 @@
1 1
 # Alibaba Cloud OSS SDK for React Native
2 2
 
3
-## [README of Chinese](#https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README-CN.md)
3
+## [README of Chinese](https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README-CN.md)
4 4
 
5 5
 ## Introduction
6 6
 

+ 1
- 0
UPGRADING.md Bestand weergeven

@@ -0,0 +1 @@
1
+UPGRADING.md

+ 1
- 1
package.json Bestand weergeven

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "aliyun-oss-react-native",
3
-  "version": "1.0.0-alpha.1",
3
+  "version": "1.0.0-alpha.2",
4 4
   "description": "React Native SDK for aliyun object storage service",
5 5
   "main": "index.js",
6 6
   "scripts": {