commit | aad5de793097307e67be78a8d029d3170e229b91 | [log] [tgz] |
---|---|---|
author | Randy Abernethy <ra@apache.org> | Sun Mar 15 08:26:23 2015 -0700 |
committer | Randy Abernethy <ra@apache.org> | Sun Mar 15 08:26:23 2015 -0700 |
tree | 161641790d1ac509eeb100cee15bb4e834a5e9d8 | |
parent | 1d1bca2738febb87bf132d041a73cd8da5a6328b [diff] [blame] |
THRIFT-3040: wrong main path in bower.json Client: JavaScript Lib Patch: Paul Smith Github Pull Request: This closes #398
diff --git a/bower.json b/bower.json index ebe79fa..afd8561 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" ],