Skip to content

Commit

Permalink
fix: add support for angular 1.3 in bower
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
ocombe committed Oct 26, 2014
1 parent 45f82bc commit bda921b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"keywords": ["lazy load", "lazy-load", "load on demand", "module", "angular", "angularJS"],
"ignore": ["**/.*", "node_modules", "bower_components", "src", "gulpfile.js", "package.json"],
"dependencies": {
"angular": "~1.2.20"
"angular": "1.2.x - 1.3.x"
}
}
}

0 comments on commit bda921b

Please sign in to comment.