You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2019/12/12 22:30:18 UTC

[thrift] branch master updated: THRIFT-5029: Fix Node.js lib entry point Client: js

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf95fef  THRIFT-5029: Fix Node.js lib entry point Client: js
cf95fef is described below

commit cf95fef9b88761ff773257aa0ac0a41e4093820b
Author: Anton Golub <ma...@antongolub.ru>
AuthorDate: Sun Nov 24 22:13:40 2019 +0300

    THRIFT-5029: Fix Node.js lib entry point
    Client: js
---
 lib/js/package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/js/package.json b/lib/js/package.json
index f578e4b..b75019d 100644
--- a/lib/js/package.json
+++ b/lib/js/package.json
@@ -2,6 +2,7 @@
   "name": "thrift",
   "version": "0.14.0",
   "description": "Thrift is a software framework for scalable cross-language services development.",
+  "main": "./src/thrift",
   "author": {
     "name": "Apache Thrift Developers",
     "email": "dev@thrift.apache.org"