summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMustafa Senol Cosar <mustafa@unscrambl.com>2018-12-05 17:50:18 +0300
committerJames E. King III <jking@apache.org>2019-01-15 09:20:54 -0500
commitf86845e8ed622e7e3b7c87f00f16729ee6cc524d (patch)
treed0b527e98874b9da19ff45fb24b21d1a01f6cac3 /package.json
parent010ccf0a0c7023fea0f6bf4e4078ebdff7e61982 (diff)
downloadthrift-f86845e8ed622e7e3b7c87f00f16729ee6cc524d.tar.gz
THRIFT-4675: Generate Int64 constants for js
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 99553eee7..97b7abf9a 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
"directories": {
"lib": "./lib/nodejs/lib/thrift"
},
+ "browser": "./lib/nodejs/lib/thrift/browser.js",
"main": "./lib/nodejs/lib/thrift",
"engines": {
"node": ">= 4.1.0"
@@ -53,6 +54,7 @@
"utf-8-validate": "^4.0.0",
"typescript": "^3.1.6",
"@types/node": "^10.12.6",
+ "@types/node-int64": "^0.4.29",
"@types/q": "^1.5.1"
},
"scripts": {