From 6a76948faf8da3229ff4f1eed3a12655ac0cff83 Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Tue, 16 Oct 2018 20:33:52 -0400 Subject: [PATCH 1/2] fix: Partially revert #224 Fixes #252 Engines versions were breaking ci for some users --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 7b3b07e..ad41f0d 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,6 @@ "scripts": { "test": "eslint *.js" }, - "engines": { - "node": "^6.14.0 || ^8.10.0 || >=9.10.0" - }, "keywords": [ "react-native", "react-component", From 99533a4197ef4ba87030fb1622551d1cdce0ffa7 Mon Sep 17 00:00:00 2001 From: Kyle Roach Date: Tue, 16 Oct 2018 20:36:07 -0400 Subject: [PATCH 2/2] chore: Bump package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad41f0d..d56daf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-collapsible", - "version": "1.2.0", + "version": "1.2.1", "description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc", "main": "Collapsible.js", "types": "index.d.ts",