@starnetbih/app-configuration
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@starnetbih/app-configuration", | ||
"description": "An Aurelia 2 basic app-settings plugin (aplha)", | ||
"version": "0.1.1", | ||
"description": "An Aurelia 2 basic app-settings plugin (alpha)", | ||
"version": "0.1.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -1,4 +0,5 @@ | ||
import { AppTask, DI, Registration, IHttpClient, IContainer, IRegistry, noop } from 'aurelia'; | ||
import { IContainer, IRegistry, noop } from '@aurelia/kernel'; | ||
import { AppTask, DI, Registration } from 'aurelia'; | ||
import { IHttpClient } from '@aurelia/fetch-client'; | ||
export interface IAppConfiguration { | ||
@@ -5,0 +6,0 @@ get(key: string): any; |
185
23766
15