Skip to content

Commit

Permalink
Merge pull request #31 from hawkular/angular-1.3-compatible
Browse files Browse the repository at this point in the history
Angular 1.3 compatible
  • Loading branch information
mtho11 committed Aug 28, 2015
2 parents 10b8251 + d1de544 commit b9bc851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hawkular-ui-services",
"description": "WIP:Angular Services for the Hawkular Console.",
"version": "0.6.4",
"version": "0.6.5",
"keywords": [
"hawkular-console",
"hawkular-ui"
Expand All @@ -15,11 +15,11 @@
"!dist/*"
],
"dependencies": {
"angular-resource": "1.4.2",
"angular": "1.4.2"
"angular-resource": "^1.3.5",
"angular": "^1.3.5"
},
"devDependencies": {
"angular-mocks": "1.4.2",
"angular-mocks": "^1.3.5",
"hawtio-core-dts": "2.0.11"
}
}

0 comments on commit b9bc851

Please sign in to comment.