commit | cf95fef9b88761ff773257aa0ac0a41e4093820b | [log] [tgz] |
---|---|---|
author | Anton Golub <mailbox@antongolub.ru> | Sun Nov 24 22:13:40 2019 +0300 |
committer | Duru Can Celasun <can@dcc.im> | Thu Dec 12 22:30:07 2019 +0000 |
tree | 98fd62cf7c84c941ef4e299cec1f6e8b4b79506a | |
parent | 9c43962da8e4b530014619e3703a279053cf2182 [diff] [blame] |
THRIFT-5029: Fix Node.js lib entry point Client: js
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"