@ulu/utils
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@ulu/utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Low level utility library", | ||
@@ -17,6 +17,6 @@ "keywords": [ | ||
"exports": { | ||
"./lib/*.js": "./*.js", | ||
"./lib/browser/*.js": "./browser/*.js", | ||
"./lib/*": "./*", | ||
"./lib/browser/*": "./browser/*" | ||
"./*.js" : "./lib/*.js", | ||
"./*" : "./lib/*", | ||
"./browser/*.js" : "./lib/browser/*.js", | ||
"./browser/*" : "./lib/browser/*" | ||
}, | ||
@@ -23,0 +23,0 @@ "repository": { |
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
16224