From aad5de793097307e67be78a8d029d3170e229b91 Mon Sep 17 00:00:00 2001 From: Randy Abernethy Date: Sun, 15 Mar 2015 08:26:23 -0700 Subject: THRIFT-3040: wrong main path in bower.json Client: JavaScript Lib Patch: Paul Smith Github Pull Request: This closes #398 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index ebe79fa7f..afd8561ff 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Apache Thrift " ], "description": "Apache Thrift", - "main": "lib/js/thrift.js", + "main": "lib/js/src/thrift.js", "keywords": [ "thrift" ], -- cgit v1.2.1