We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8764a commit bfa166aCopy full SHA for bfa166a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dequanto",
3
- "version": "0.1.17",
+ "version": "0.1.18",
4
"author": {
5
"name": "Alex Kit",
6
"email": "alex.kit@atmajs.com"
src/config/Config.ts
@@ -40,7 +40,7 @@ export class Config {
40
}
41
42
43
-export const config = { ...ConfigDefaults } as IConfigData;
+export const config = { } as IConfigData;
44
45
let provider = new ConfigProvider();
46
let singleton: class_Dfr<IConfigData> = null;
0 commit comments