Comparing version 0.5.1 to 0.5.2
@@ -12,4 +12,4 @@ #! /usr/bin/env node | ||
module.exports = function (name, defaults, argv) { | ||
if(!name) | ||
throw new Error('nameless configuration fail') | ||
if('string' !== typeof name) | ||
throw new Error('rc(name): name *must* be string') | ||
if(!argv) | ||
@@ -16,0 +16,0 @@ argv = require('minimist')(process.argv.slice(2)) |
{ | ||
"name": "rc", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "hardwired configuration loader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13272