@cachemap/constants
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@cachemap/constants", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "The Cachemap constants module.", | ||
@@ -35,7 +35,7 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>", | ||
"peerDependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"core-js": "> 4", | ||
"isomorphic-fetch": "^2.2.1", | ||
"lodash": "^4.17.5" | ||
"@babel/runtime": "< 8", | ||
"core-js": "< 4", | ||
"isomorphic-fetch": "< 3", | ||
"lodash": "< 5" | ||
} | ||
} |
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
9441