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

Commit 3b0160f

Browse files
committed
Merge pull request #21 from kitak/accept-to-angular-1.3.x
accept to 1.3.x at angular dependency settings
2 parents 058c711 + cd51471 commit 3b0160f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name" : "message-center",
3-
"version" : "1.0.3",
3+
"version" : "1.1.3",
44
"description" : "AngularJS Message Center",
55
"keywords" : [ "angular", "js", "messages", "alert", "bootstrap" ],
66
"author" : "Mateu Aguiló Bosch <mateu.aguilo.bosch@gmail.com>",
77
"readmeFilename" : "README.md",
88
"dependencies" : {
9-
"angular" : "~1.2.0",
10-
"angular-route" : "~1.2.0",
11-
"angular-mocks" : "~1.2.0"
9+
"angular" : ">=1.2.0 <1.4.0",
10+
"angular-route" : ">=1.2.0 <1.4.0",
11+
"angular-mocks" : ">=1.2.0 <1.4.0"
1212
},
1313
"ignore" : [ "**/.*", "node_modules", "test" ]
1414
}

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.0.3",
3+
"version": "1.1.3",
44
"description": "AngularJS Message Center",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)