rxjs-report-usage
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -49,3 +49,3 @@ { | ||
"scripts": {}, | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
@@ -34,1 +34,3 @@ # rxjs-report-usage | ||
Once the script has collected the usage statistics, the payload is shown and the developer is prompted to confirm the sending of the payload to the core team. The script sends no information without the developer's consent. | ||
For more information - including the most convenient ways of running the script - see this blog post: [Reporting API Usage](http://ncjamieson.com/reporting-api-usage/). |
@@ -47,3 +47,3 @@ "use strict"; | ||
const packageFiles = glob.sync( | ||
"**/node_modules/**/@(rxjs|typescript)/package.json", | ||
"**/node_modules/**/{rxjs,typescript}/package.json", | ||
{ cwd } | ||
@@ -50,0 +50,0 @@ ); |
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
10246
36