Skip to content

Commit

Permalink
Version 1.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed May 5, 2023
1 parent a534461 commit ea2d1cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

1.9.0
=====
* The doNotLoad instance option is now deprecated, you must always call setmeup.load() after instantiating the module.
* Code refactoring.
* Updated dependencies.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SetMeUp

[![Version](https://img.shields.io/npm/v/setmeup.svg)](https://npmjs.com/package/setmeup)
[![Build Status](https://img.shields.io/travis/igoramadas/setmeup.svg)](https://travis-ci.org/igoramadas/setmeup)
[![Coverage Status](https://img.shields.io/coveralls/igoramadas/setmeup.svg)](https://coveralls.io/github/igoramadas/setmeup?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/igoramadas/setmeup/badge.svg?branch=master)](https://coveralls.io/github/igoramadas/setmeup?branch=master)
[![Build Status](https://github.com/igoramadas/setmeup/actions/workflows/build.yml/badge.svg)](https://github.com/igoramadas/setmeup/actions)

Easy to use app settings module. Settings are stored and loaded from JSON files and / or environment variables, suppoort inline comments and can be (de)encrypted on-the-fly.

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"printWidth": 250
},
"mocha": {
"timeout": 5000,
"exit": true,
"recursive": true,
"require": [
Expand Down

0 comments on commit ea2d1cc

Please sign in to comment.