Skip to content

Commit

Permalink
update version name and .npmignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pcrepieux committed Nov 26, 2020
1 parent daff263 commit 4f2a975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.env
/.gitmodules
/.npmignore
/.semaphore
/*.tgz
/build-remote.sh
/CONTRIBUTING.md
Expand All @@ -14,3 +15,4 @@
/run.sh
/temp/
/yarn-error.log
/experimental
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicefarmer/minicap-prebuilt",
"version": "2.5.0",
"version": "2.6.0",
"description": "Prebuilt binaries of minicap.",
"keywords": [
"minicap"
Expand Down

0 comments on commit 4f2a975

Please sign in to comment.