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 2a881a0  ARROW-2044: [JS] Typings should be a regular dependency
2a881a0 is described below

commit 2a881a07e4b363a69743c5dd6853ed85060e6e19
Author: Brian Hulette <[email protected]>
AuthorDate: Tue Feb 6 11:17:13 2018 -0500

    ARROW-2044: [JS] Typings should be a regular dependency
    
    Made @types/{flatbuffers,node} regular dependencies so they will be 
included with release packages
    
    Author: Brian Hulette <[email protected]>
    
    Closes #1524 from TheNeuralBit/types-deps and squashes the following 
commits:
    
    e6b9ec95 [Brian Hulette] Make @types/{node,flatbuffers} regular dependencies
---
 js/package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/package.json b/js/package.json
index 1c8b236..e553b56 100644
--- a/js/package.json
+++ b/js/package.json
@@ -52,6 +52,8 @@
     "npm-release.sh"
   ],
   "dependencies": {
+    "@types/flatbuffers": "1.6.5",
+    "@types/node": "9.3.0",
     "@types/text-encoding-utf-8": "1.0.1",
     "command-line-args": "5.0.1",
     "command-line-usage": "4.1.0",
@@ -62,10 +64,8 @@
   },
   "devDependencies": {
     "@std/esm": "0.19.7",
-    "@types/flatbuffers": "1.6.5",
     "@types/glob": "5.0.35",
     "@types/jest": "22.1.0",
-    "@types/node": "9.3.0",
     "ast-types": "0.10.1",
     "benchmark": "2.1.4",
     "coveralls": "3.0.0",

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to