From dbe340b6d845756c20a8b835ecf796068019803a Mon Sep 17 00:00:00 2001 From: David Chin Date: Wed, 5 Apr 2017 16:32:20 +1000 Subject: [PATCH] fix(build): Point to the correct file in bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f03494ba..23833679 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "bigpay-client", "version": "2.0.0", "description": "JavaScript client for Bigpay", - "main": "dist/bigpay-client.js", + "main": "lib/index.js", "authors": [ "BigCommerce" ],