Skip to content

Commit 003d20a

Browse files
committed
chore(bower): update all angular deps to be >=1.3.0
1 parent 4231ab2 commit 003d20a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"angular": ">=1.3.0"
3030
},
3131
"devDependencies": {
32-
"angular-mocks": "1.3.x",
33-
"angular-resource": "1.3.x"
32+
"angular-mocks": ">=1.3.0",
33+
"angular-resource": ">=1.3.0"
3434
}
3535
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"url": "git://github.com/ajoslin/angular-promise-tracker.git"
1010
},
1111
"homepage": "https://github.com/ajoslin/angular-promise-tracker",
12+
"dependencies": {
13+
"angular": ">=1.3.0"
14+
},
1215
"devDependencies": {
1316
"load-grunt-tasks": "~0.2.1",
1417
"grunt-contrib-concat": "~0.3.0",

0 commit comments

Comments
 (0)