diff --git a/android/android.iml b/android/android.iml index 8dac732..0a2bd27 100644 --- a/android/android.iml +++ b/android/android.iml @@ -12,6 +12,7 @@ + diff --git a/android/dus/build.gradle b/android/dus/build.gradle index 33497fc..7801d71 100644 --- a/android/dus/build.gradle +++ b/android/dus/build.gradle @@ -36,8 +36,9 @@ dependencies { testCompile 'org.robolectric:robolectric:3.0' testCompile 'org.mockito:mockito-core:1.10.8' compile 'com.vimeo.stag:stag-library:2.1.2' - compile 'com.facebook.react:react-native:0.49.+' apt 'com.vimeo.stag:stag-library-compiler:2.1.2' + compile "com.facebook.react:react-native:+" // From node_modules. + } apply plugin: 'artifactory' diff --git a/android/dus/dus.iml b/android/dus/dus.iml index dd8cfb1..55e5578 100644 --- a/android/dus/dus.iml +++ b/android/dus/dus.iml @@ -104,47 +104,30 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/package.json b/package.json index 97e81fa..0058904 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,8 @@ "url": "https://github.com/Flipkart/DUS/issues" }, "homepage": "https://github.com/Flipkart/DUS#readme", - "peerDependencies": { - "react-native": "^0.49.5" - }, "dependencies": { + "react-native": "^0.49.5", "fs-extra": "^5.0.0", "md5": "^2.2.1", "shelljs": "^0.7.8",