From 4f2a97580eacbf86171c329e19bc988b430c62cf Mon Sep 17 00:00:00 2001 From: Crepieux Pierre Date: Thu, 26 Nov 2020 15:25:45 +0100 Subject: [PATCH] update version name and .npmignore increase to 2.6.0 as we'll start package with the apk at least for testing purpose. remove experimental dir from the npm package. --- .npmignore | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index c1fe3724..2bd0eff4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ /.env /.gitmodules /.npmignore +/.semaphore /*.tgz /build-remote.sh /CONTRIBUTING.md @@ -14,3 +15,4 @@ /run.sh /temp/ /yarn-error.log +/experimental diff --git a/package.json b/package.json index b3ee6555..79571bdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devicefarmer/minicap-prebuilt", - "version": "2.5.0", + "version": "2.6.0", "description": "Prebuilt binaries of minicap.", "keywords": [ "minicap"