Skip to content

Commit

Permalink
Fix component.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
h-tane committed Jul 19, 2014
1 parent 2ad7d7c commit bd0aa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Make your Backbone.js apps dance!",
"version": "2.0.3",
"repo": "marionettejs/backbone.marionette",
"main": "lib/core/amd/backbone.marionette.js",
"main": "lib/core/backbone.marionette.js",
"keywords": [
"backbone",
"plugin",
Expand Down Expand Up @@ -35,6 +35,6 @@
"jashkenas/underscore": "*"
},
"scripts": [
"lib/core/amd/backbone.marionette.js"
"lib/core/backbone.marionette.js"
]
}

0 comments on commit bd0aa31

Please sign in to comment.