Skip to content

Commit bfa166a

Browse files
committed
'bump'
1 parent ad8764a commit bfa166a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dequanto",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"author": {
55
"name": "Alex Kit",
66
"email": "alex.kit@atmajs.com"

src/config/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Config {
4040
}
4141
}
4242

43-
export const config = { ...ConfigDefaults } as IConfigData;
43+
export const config = { } as IConfigData;
4444

4545
let provider = new ConfigProvider();
4646
let singleton: class_Dfr<IConfigData> = null;

0 commit comments

Comments
 (0)