From 29d567b36369b7c43324bd9843efd2e0a071ee6a Mon Sep 17 00:00:00 2001 From: Louis Simoneau Date: Wed, 9 Jul 2014 14:05:25 +0800 Subject: [PATCH] Remove bundled (w/wreqr+babysitter) version from bower.json Having both files in the main section was causing some build tools to automatically include both in pages. Since wreqr and babysitter are listed as dependencies, we'll only specify the core version, since many build tools will automatically pull in the dependencies. --- bower.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bower.json b/bower.json index e6b220f74f..15713c9c94 100644 --- a/bower.json +++ b/bower.json @@ -2,10 +2,7 @@ "name": "backbone.marionette", "description": "Make your Backbone.js apps dance with a composite application architecture!", "homepage": "http://marionettejs.org", - "main": [ - "./lib/backbone.marionette.js", - "./lib/core/backbone.marionette.js" - ], + "main": "./lib/core/backbone.marionette.js", "version": "2.0.1", "keywords": [ "backbone",