You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ra...@apache.org on 2015/03/15 16:37:07 UTC

thrift git commit: THRIFT-3040: wrong main path in bower.json Client: JavaScript Lib Patch: Paul Smith

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 <ra...@apache.org>
Authored: Sun Mar 15 08:26:23 2015 -0700
Committer: Randy Abernethy <ra...@apache.org>
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 <de...@thrift.apache.org>"
   ],
   "description": "Apache Thrift",
-  "main": "lib/js/thrift.js",
+  "main": "lib/js/src/thrift.js",
   "keywords": [
     "thrift"
   ],