From 360af650fee46e8fea433f983fe4156a31744f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Calum=20Mac=C3=99isdean?= Date: Fri, 8 Apr 2016 08:47:48 +0100 Subject: [PATCH] Update bower.json change of case as bower wiredep doesn't add promise.js if it has an uppercase P --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d7c12b6..e01f203 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Taylor Hakes" ], "description": "Lightweight promise polyfill for the browser and node. A+ Compliant.", - "main": "Promise.js", + "main": "promise.js", "moduleType": [ "globals", "node"