Skip to content

Commit

Permalink
Remove bundled (w/wreqr+babysitter) version from bower.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lsimoneau authored and samccone committed Jul 12, 2014
1 parent b31f856 commit 29d567b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 29d567b

Please sign in to comment.