Comparing version 1.0.1 to 1.0.2
@@ -84,5 +84,5 @@ const fs = require('fs'), path = require('path'), util = require('util') | ||
get: () => { | ||
opts = Object.assign({}, opts) | ||
value.get(opts) | ||
return curry(opts) | ||
let newOpts = Object.assign({}, opts) | ||
value.get(newOpts) | ||
return curry(newOpts) | ||
}, | ||
@@ -89,0 +89,0 @@ set: (...args) => value.set(opts)(...args) |
{ | ||
"name": "mews", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "trust your output to a mews", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
11330