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

Commit 09ef4d7

Browse files
retbrownMateu Aguiló Bosch
authored andcommitted
Update to angular version and move of mocks
Move angular-mocks to devDependencies and update angular and angular-route to allow up to version 1.5.0. Closes #28, closes #25
1 parent fb9e873 commit 09ef4d7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bower.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"readmeFilename" : "README.md",
88
"main" : "message-center.js",
99
"dependencies" : {
10-
"angular" : ">=1.2.0 <1.4.0",
11-
"angular-route" : ">=1.2.0 <1.4.0",
12-
"angular-mocks" : ">=1.2.0 <1.4.0"
10+
"angular" : ">=1.2.0 <1.5.0",
11+
"angular-route" : ">=1.2.0 <1.5.0"
12+
},
13+
"devDependencies" : {
14+
"angular-mocks" : ">=1.2.0 <1.5.0"
1315
},
1416
"ignore" : [ "**/.*", "node_modules", "test" ]
1517
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "message-center",
3-
"version": "1.1.4",
3+
"version": "1.2.4",
44
"description": "AngularJS Message Center",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)