We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4231ab2 commit 003d20aCopy full SHA for 003d20a
bower.json
@@ -29,7 +29,7 @@
29
"angular": ">=1.3.0"
30
},
31
"devDependencies": {
32
- "angular-mocks": "1.3.x",
33
- "angular-resource": "1.3.x"
+ "angular-mocks": ">=1.3.0",
+ "angular-resource": ">=1.3.0"
34
}
35
package.json
@@ -9,6 +9,9 @@
9
"url": "git://github.com/ajoslin/angular-promise-tracker.git"
10
11
"homepage": "https://github.com/ajoslin/angular-promise-tracker",
12
+ "dependencies": {
13
+ "angular": ">=1.3.0"
14
+ },
15
16
"load-grunt-tasks": "~0.2.1",
17
"grunt-contrib-concat": "~0.3.0",
0 commit comments