diff --git a/.gitignore b/.gitignore index d3cfdf1..19cc0af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ node_modules/ .idea .DS_Store Example/ios/Pods/ -package-lock.json \ No newline at end of file +package-lock.json +Example/ios/Example.xcodeproj/project.pbxproj +ios/RNAliyunOSS.xcodeproj/project.xcworkspace/ +Example/package-lock.json \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..83b6947 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +CHANGELOG.md \ No newline at end of file diff --git a/Example/package.json b/Example/package.json index 6b797f0..1f1d7a5 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,15 +7,15 @@ "test": "jest" }, "dependencies": { + "react": "16.3.1", + "react-native": "0.55.4", "aliyun-oss-react-native": "^1.0.0-alpha.1", - "react": "16.0.0-alpha.6", - "react-native": "0.44.3", "react-native-image-picker": "^0.26.10" }, "devDependencies": { - "babel-jest": "23.0.1", + "babel-jest": "23.2.0", "babel-preset-react-native": "4.0.0", - "jest": "23.1.0", + "jest": "23.2.0", "react-test-renderer": "16.3.1" }, "jest": { diff --git a/README-CN.md b/README-CN.md index 5ff1bd7..d9f79ac 100644 --- a/README-CN.md +++ b/README-CN.md @@ -1,6 +1,6 @@ # Aliyun OSS SDK for React Native -## [README of English](#https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README.md) +## [README of English](https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README.md) ## 简介 diff --git a/README.md b/README.md index cf5ef72..2303941 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Alibaba Cloud OSS SDK for React Native -## [README of Chinese](#https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README-CN.md) +## [README of Chinese](https://github.com/aliyun/aliyun-oss-react-native/blob/develop/README-CN.md) ## Introduction diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000..f23bdc1 --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1 @@ +UPGRADING.md \ No newline at end of file diff --git a/package.json b/package.json index 7559fc1..fac9eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aliyun-oss-react-native", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "React Native SDK for aliyun object storage service", "main": "index.js", "scripts": {