summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorRandy Abernethy <ra@apache.org>2015-03-15 08:26:23 -0700
committerRandy Abernethy <ra@apache.org>2015-03-15 08:26:23 -0700
commitaad5de793097307e67be78a8d029d3170e229b91 (patch)
tree161641790d1ac509eeb100cee15bb4e834a5e9d8 /bower.json
parent1d1bca2738febb87bf132d041a73cd8da5a6328b (diff)
downloadthrift-aad5de793097307e67be78a8d029d3170e229b91.tar.gz
THRIFT-3040: wrong main path in bower.json
Client: JavaScript Lib Patch: Paul Smith Github Pull Request: This closes #398
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index ebe79fa7f..afd8561ff 100644
--- a/bower.json
+++ b/bower.json
@@ -6,7 +6,7 @@
"Apache Thrift <dev@thrift.apache.org>"
],
"description": "Apache Thrift",
- "main": "lib/js/thrift.js",
+ "main": "lib/js/src/thrift.js",
"keywords": [
"thrift"
],