Skip to content
Snippets Groups Projects
Commit ad80f09a authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Fix typescript

parent 2b469a83
No related branches found
Tags 1.12.3
No related merge requests found
Pipeline #8301 failed
tag-version-prefix=""
strict-ssl=false
@general:registry=https://gitlab.br.de/api/v4/projects/919/packages/npm/
@libs:registry=https://gitlab.br.de/api/v4/projects/919/packages/npm/
//gitlab.ard.de/api/v4/packages/npm/:_authToken=${CI_JOB_TOKEN}
//gitlab.ard.de/api/v4/projects/919/packages/npm/:_authToken=${CI_JOB_TOKEN}
......@@ -4,11 +4,11 @@ Simple Config with ENV and Files Support.
## Installation
- `npm install --save @general/config`
- `npm install --save @libs/config`
## Usage
`const Config = require('@general/config')`
`const Config = require('@libs/config')`
`let config = new Config([basePath])`
Then config is your config object. (Use it like config.setting)
......
......@@ -4,5 +4,6 @@ export = Config;
declare class Config {
constructor();
reload(): void;
_reload(): void;
_show(): any;
}
\ No newline at end of file
{
"name": "@libs/config",
"version": "1.12.2",
"version": "1.12.3",
"description": "Simple Config with ENV Support",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment