From 6749faa34b49409920ae76672372654b9388d17b Mon Sep 17 00:00:00 2001 From: Baris Sencan Date: Tue, 10 Nov 2015 16:17:34 -0800 Subject: [PATCH] Update dependencies and keywords, bump version --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d3a154d..0a71cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-woopra", - "version": "1.0.1", + "version": "1.0.2", "description": "Promise based Woopra library for react-native", "main": "Woopra.js", "devDependencies": { @@ -8,6 +8,9 @@ "eslint": "^1.2.1", "eslint-config-airbnb": "0.0.8" }, + "peerDependencies": { + "react-native": ">=0.10" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -20,8 +23,9 @@ "analytics", "analytic", "react-native", - "react", - "native" + "react-component", + "ios", + "android" ], "author": "Baris Sencan", "license": "MIT",