Skip to content

Commit

Permalink
fix bower dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eclifford committed Jul 4, 2014
1 parent 297577d commit 77506cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@
"dependencies": {
"requirejs": "~2.1.14"
},
"main": "bronson.js",
"devDependencies": {
"async": "~0.9.0"
}
"main": "bronson.js"
}
2 changes: 1 addition & 1 deletion test/unit/specs/bronsonSpec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define(['bronson', 'bower_components/async/lib/async'], function(Bronson, async) {
define(['bronson'], function(Bronson, async) {
describe("Bronson", function() {
describe("subscribe()", function() {
it("should successfully subscribe given valid parameters", function() {
Expand Down

0 comments on commit 77506cf

Please sign in to comment.