Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "run-con", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "hardwired configuration loader", | ||
@@ -25,6 +25,6 @@ "main": "index.js", | ||
"deep-extend": "^0.6.0", | ||
"ini": "~1.3.0", | ||
"minimist": "^1.2.0", | ||
"strip-json-comments": "~2.0.1" | ||
"ini": "~2.0.0", | ||
"minimist": "^1.2.5", | ||
"strip-json-comments": "~3.1.1" | ||
} | ||
} |
# run-con | ||
The non-configurable runtime configuration loader for lazy people. | ||
Based on | ||
[RC ![npm downloads](https://img.shields.io/npm/dt/rc.svg?style=flat-square)](https://www.npmjs.com/package/rc) | ||
> The non-configurable runtime configuration loader for lazy people. | ||
[![npm version](https://badgen.net/npm/v/run-con)](https://www.npmjs.com/package/run-con) | ||
[![dependencies Status](https://badgen.net/david/dep/goatandsheep/run-con)](https://david-dm.org/goatandsheep/run-con) | ||
[![codecov](https://badgen.net/codecov/c/github/goatandsheep/run-con)](https://codecov.io/gh/goatandsheep/run-con) | ||
[![npm downloads](https://img.shields.io/npm/dt/run-con.svg?style=flat-square)](https://www.npmjs.com/package/run-con) | ||
## Usage | ||
@@ -6,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20744
239
+ Addedini@2.0.0(transitive)
+ Addedstrip-json-comments@3.1.1(transitive)
- Removedini@1.3.8(transitive)
- Removedstrip-json-comments@2.0.1(transitive)
Updatedini@~2.0.0
Updatedminimist@^1.2.5
Updatedstrip-json-comments@~3.1.1