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