From a337b4d3f894c6f9c3dc86a36f99dc5ef55e1443 Mon Sep 17 00:00:00 2001 From: Collin Green Date: Tue, 11 Nov 2014 16:14:11 -0800 Subject: [PATCH 1/3] fix (package.json): add sh to preinstall, remove chmod Change preinstall command in package.json to explicitly use sh and to not require chmod first. This should allow the script to run on windows. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6040f54..5781cab 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "uglify-js": "^2.4.15" }, "scripts": { - "preinstall": "chmod u+x scripts/preinstall.sh && scripts/preinstall.sh" + "preinstall": "sh scripts/preinstall.sh && sh scripts/preinstall.sh" }, "devkit": { "buildTargets": { From 0a590c50424516f46451026dd146fc4969f61221 Mon Sep 17 00:00:00 2001 From: Collin Green Date: Tue, 11 Nov 2014 16:16:39 -0800 Subject: [PATCH 2/3] submodules (native): update submodules with windows support --- modules/native-android | 2 +- modules/native-ios | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/native-android b/modules/native-android index ce69bf7..83878e3 160000 --- a/modules/native-android +++ b/modules/native-android @@ -1 +1 @@ -Subproject commit ce69bf7b389788d8c68bf460e05e1c9a6b9d0583 +Subproject commit 83878e306831c9d6921e3ec33e934c94375f5108 diff --git a/modules/native-ios b/modules/native-ios index ae01660..b57c4cc 160000 --- a/modules/native-ios +++ b/modules/native-ios @@ -1 +1 @@ -Subproject commit ae016601c950afb639883e63024b3d812c4774bb +Subproject commit b57c4cce3057a446dbb87bca7e3d84c48cc8ea52 From a7382236e6965026650c88ed8d97d03d1d8928f1 Mon Sep 17 00:00:00 2001 From: Collin Green Date: Thu, 20 Nov 2014 15:22:26 -0800 Subject: [PATCH 3/3] update to latest jsio --- node_modules/jsio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/jsio b/node_modules/jsio index 6d81784..788e8b1 160000 --- a/node_modules/jsio +++ b/node_modules/jsio @@ -1 +1 @@ -Subproject commit 6d817841bce0b8b503edd32238ea171b7a5694ca +Subproject commit 788e8b1d7f32066d3bf7085475ba031e3d00eb8b