Merge pull request #4 from arnas/minor-improvements

Minor improvements
This commit is contained in:
Jeff Wilcox 2020-05-06 14:50:08 -07:00 коммит произвёл GitHub
Родитель aafed5a885 c394191243
Коммит a50ba0aa7c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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",