Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "is-options", | ||
"version": "1.0.0", | ||
"description": "WIP - nothing to see here", | ||
"version": "1.0.1", | ||
"description": "Easily check if input is an options map", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "dependencies": {}, |
const tape = require('tape') | ||
const isOptions = require('is-options') | ||
const isOptions = require('./') | ||
@@ -4,0 +4,0 @@ tape('works', function (t) { |
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
2903