From be9bdd97b525ebb610a158a5bc1cac692b113286 Mon Sep 17 00:00:00 2001 From: Marc Shilling Date: Mon, 14 Aug 2017 08:47:32 -0400 Subject: [PATCH] 0.26.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe6b2cf95..d6afa790c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "picker" ], "scripts": { - "prepublish": "rm -rf android/build Example/android/build Example/android/app/build node_modules" + "prepare": "rm -rf android/build Example/android/build Example/android/app/build node_modules" }, "types": "./index.d.ts" }