Skip to content

Commit

Permalink
Updated dependencies to ensure that jQuery and Bootstrap are dev depe…
Browse files Browse the repository at this point in the history
…ndencies only, fixes #89. Also bumped to Angular 1.4, fixes #85.
  • Loading branch information
dwmkerr committed Jul 25, 2015
1 parent 3111476 commit 1964100
Show file tree
Hide file tree
Showing 14 changed files with 7,234 additions and 4,647 deletions.
11 changes: 4 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@
"*.yml"
],
"dependencies": {
"angular": "~1.3.x",
"bootstrap": "~3.3.2",
"jquery": "~2.1.3"
"angular": "~1.4.x"
},
"devDependencies": {
"angular-mocks": "~1.3.x"
},
"resolutions": {
"angular": "~1.3.x"
"angular-mocks": "~1.4.x",
"bootstrap": "~3.3.2",
"jquery": "~2.1.3"
}
}
2 changes: 1 addition & 1 deletion dst/angular-modal-service.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1964100

Please sign in to comment.