From f01e741b9ca3fb33c667c85dd0e1c771ce66bdb8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 2 Feb 2016 22:50:17 +0000 Subject: [PATCH] Added circleci api fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2c4c98..fe50059 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "npm run lint" }, "dependencies": { - "circleci": "=0.3.0", + "circleci": "=0.3.1", "immutable": "=3.7.6", "react-native": "=0.19.0", "react-native-modalbox": "=1.2.8",