Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update to angular version and move of mocks
Browse files Browse the repository at this point in the history
Move angular-mocks to devDependencies and update angular and
angular-route to allow up to version 1.5.0.

Closes #28, closes #25
  • Loading branch information
retbrown authored and Mateu Aguiló Bosch committed Sep 18, 2015
1 parent fb9e873 commit 09ef4d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"readmeFilename" : "README.md",
"main" : "message-center.js",
"dependencies" : {
"angular" : ">=1.2.0 <1.4.0",
"angular-route" : ">=1.2.0 <1.4.0",
"angular-mocks" : ">=1.2.0 <1.4.0"
"angular" : ">=1.2.0 <1.5.0",
"angular-route" : ">=1.2.0 <1.5.0"
},
"devDependencies" : {
"angular-mocks" : ">=1.2.0 <1.5.0"
},
"ignore" : [ "**/.*", "node_modules", "test" ]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "message-center",
"version": "1.1.4",
"version": "1.2.4",
"description": "AngularJS Message Center",
"repository": {
"type": "git",
Expand Down

0 comments on commit 09ef4d7

Please sign in to comment.