[DEV] update version
This commit is contained in:
parent
ec348df0a7
commit
e347e621fc
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kangaroo-and-rabbit/kar-cw",
|
"name": "@kangaroo-and-rabbit/kar-cw",
|
||||||
"version": "0.1.6",
|
"version": "0.1.7",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "ng build kar-cw --watch --configuration development",
|
"dev": "ng build kar-cw --watch --configuration development",
|
||||||
|
@ -10,4 +10,5 @@ export interface Environment {
|
|||||||
ssoSignUp: string,
|
ssoSignUp: string,
|
||||||
ssoSignOut: string,
|
ssoSignOut: string,
|
||||||
tokenStoredInPermanentStorage: boolean,
|
tokenStoredInPermanentStorage: boolean,
|
||||||
|
replaceDataToRealServer?: boolean,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user