diff --git a/index.d.ts b/index.d.ts index 4e82e5ce32379123f6852f98b172f02c3b7e5855..0c11556b08a53da47949724e239a5a0590429cb1 100755 --- a/index.d.ts +++ b/index.d.ts @@ -1,8 +1,4 @@ -export as namespace Config; - -export = Config; - -declare class Config { +export class Config { constructor(); _reload(): void; _show(): any; diff --git a/package.json b/package.json index 097153d759d2b453dc4927ca045836f28f788eff..663b92d8008c2269b0ef2f50c4dda9cef85e5ad9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libs/config", - "version": "1.13.0", + "version": "1.13.1", "description": "Simple Config with ENV Support", "main": "index.js", "scripts": {