From 0c6a5220b879009a18437998f41f6cbbcf9bb2d5 Mon Sep 17 00:00:00 2001 From: Cameron Spear Date: Sun, 2 Mar 2014 23:21:55 -0800 Subject: [PATCH] Add main to bower.json. I realize you have probably withheld the "main" property this long because the file(s) you need varies on your specific needs, but it would be very helpful since you know you at *least* need the core history.js. --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index fbe41338..1b7461b7 100644 --- a/bower.json +++ b/bower.json @@ -1,4 +1,5 @@ { "name": "history.js", - "version": "1.8.0" + "version": "1.8.0", + "main": "scripts/uncompressed/history.js" }