You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/02/09 19:30:34 UTC

[arrow] branch master updated: ARROW-4517 [JS] remove version number as it is not used

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f7656b6  ARROW-4517 [JS] remove version number as it is not used
f7656b6 is described below

commit f7656b6dc8bf69e63476cfe88ed8f20d85a4df7b
Author: Dominik Moritz <do...@gmail.com>
AuthorDate: Sat Feb 9 13:30:16 2019 -0600

    ARROW-4517 [JS] remove version number as it is not used
    
    cc @trxcllnt
    
    Author: Dominik Moritz <do...@gmail.com>
    
    Closes #3595 from domoritz/patch-2 and squashes the following commits:
    
    c7bb8db12 <Dominik Moritz>  remove version number as it is not used
---
 js/package.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/js/package.json b/js/package.json
index a15cce1..a71bd73 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,5 +1,4 @@
 {
-  "version": "0.4.0",
   "name": "apache-arrow",
   "description": "Apache Arrow columnar in-memory format",
   "main": "./index",