devtools-config
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "devtools-config", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Devtools Local Configuration System", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,3 +31,3 @@ const pick = require("lodash/get"); | ||
if (process.env.NODE_ENV === "production") { | ||
return true; | ||
return false; | ||
} | ||
@@ -34,0 +34,0 @@ const href = window.location ? window.location.href : ""; |
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
7054