From a0289c311901fb0e9599a4a7227f23dd12263311 Mon Sep 17 00:00:00 2001 From: Dominic Rico-Gomez Date: Wed, 14 Mar 2018 12:33:05 +0100 Subject: [PATCH] Update package.json peerDependencies causing error "bundling failed: ambiguous resolution: module...", removed the peerDependencies to make the module work with other versions then the one in the peerDependencies. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index a409981..926b893 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,6 @@ "url": "https://github.com/larsvinter/react-native-awesome-button/issues" }, "homepage": "https://github.com/larsvinter/react-native-awesome-button#readme", - "peerDependencies": { - "react": "^15.4.2", - "react-native": "^0.41.2" - }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.16.0",