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"
   ],