Skip to content

Commit

Permalink
chore(build): fix minor warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Barbeau committed Oct 14, 2020
1 parent 0bd6336 commit 78f781a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
9 changes: 3 additions & 6 deletions packages/auth/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@
"jwt-decode": "jwt",
"ngx-cacheable": "ngxCacheable",
"ts-md5": "tsMd5",
"@ngx-translate/core": "ngxt-core"
"@ngx-translate/core": "ngxt-core",
"@azure/msal-angular": "msal-angular"
}
},
"whitelistedNonPeerDependencies": [
"jwt-decode",
"ngx-cacheable",
"ts-md5"
]
"whitelistedNonPeerDependencies": ["jwt-decode", "ngx-cacheable", "ts-md5"]
}
9 changes: 3 additions & 6 deletions packages/auth/ng-package.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@
"jwt-decode": "jwt",
"ngx-cacheable": "ngxCacheable",
"ts-md5": "tsMd5",
"@ngx-translate/core": "ngxt-core"
"@ngx-translate/core": "ngxt-core",
"@azure/msal-angular": "msal-angular"
}
},
"whitelistedNonPeerDependencies": [
"jwt-decode",
"ngx-cacheable",
"ts-md5"
]
"whitelistedNonPeerDependencies": ["jwt-decode", "ngx-cacheable", "ts-md5"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { Component, Input } from '@angular/core';

import { ToolComponent } from '@igo2/common';
import { ConfigService, Version } from '@igo2/core';
import { Observable, of } from 'rxjs';
import { of } from 'rxjs';
import type { Observable } from 'rxjs';

@ToolComponent({
name: 'about',
Expand Down

0 comments on commit 78f781a

Please sign in to comment.