Коммит
a50ba0aa7c
|
@ -66,7 +66,7 @@ If an environment variable cannot be found then the library will begin walking
|
|||
up the tree from the current working directory until it finds an env.json file.
|
||||
|
||||
The env.json must have the following structure:
|
||||
```javascript
|
||||
```json
|
||||
{
|
||||
"setting1": "value1",
|
||||
"setting2": "value2"
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
"description": "Low friction library for application configuration.",
|
||||
"main": "index.js",
|
||||
"types": "./lib/painless-config.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"config",
|
||||
"configuration",
|
||||
|
|
Загрузка…
Ссылка в новой задаче