Repository: thrift Updated Branches: refs/heads/master 1d1bca273 -> aad5de793
THRIFT-3040: wrong main path in bower.json Client: JavaScript Lib Patch: Paul Smith Github Pull Request: This closes #398 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/aad5de79 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/aad5de79 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/aad5de79 Branch: refs/heads/master Commit: aad5de793097307e67be78a8d029d3170e229b91 Parents: 1d1bca2 Author: Randy Abernethy <[email protected]> Authored: Sun Mar 15 08:26:23 2015 -0700 Committer: Randy Abernethy <[email protected]> Committed: Sun Mar 15 08:26:23 2015 -0700 ---------------------------------------------------------------------- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/aad5de79/bower.json ---------------------------------------------------------------------- diff --git a/bower.json b/bower.json index ebe79fa..afd8561 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Apache Thrift <[email protected]>" ], "description": "Apache Thrift", - "main": "lib/js/thrift.js", + "main": "lib/js/src/thrift.js", "keywords": [ "thrift" ],
