Skip to content

Commit

Permalink
Get rid of Angular 1.2 typescript definition files and replace with 1…
Browse files Browse the repository at this point in the history
….3 d.ts files. This also clears up the bower resolution conflict so that bower package is clean.
  • Loading branch information
mtho11 committed Feb 12, 2015
1 parent d9cc1d2 commit 6c3951d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
"!dist/*"
],
"dependencies": {
"angular-resource": "~1.3.4",
"dt-angular": "~1.2.16",
"angular": "~1.3.4"
"angular-resource": "~1.3.11",
"angular": "~1.3.11"
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"angular": "~1.3.4"
"angular-mocks": "~1.3.11",
"hawtio-core-dts": "2.0.11"
}
}
2 changes: 1 addition & 1 deletion dist/hawkular-ui-service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../lib/dt-angular/angular.d.ts" />
/// <reference path="../../lib/hawtio-core-dts/angular.d.ts" />
var hawkularRest;
(function (hawkularRest) {
hawkularRest._module = angular.module('hawkular.services', ['ngResource']);
Expand Down
2 changes: 1 addition & 1 deletion src/rest/hawkRest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../../lib/dt-angular/angular.d.ts" />
/// <reference path="../../lib/hawtio-core-dts/angular.d.ts" />

module hawkularRest {

Expand Down

0 comments on commit 6c3951d

Please sign in to comment.