Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "nocurl", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This is a CLI tool to make API requests from terminal over the web and supports Authorisation, Custom Payloads and headers out of the box.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,5 +15,11 @@ # nocurl | ||
3. Initialise the package | ||
3. In windows might need to run | ||
``` | ||
Set-ExecutionPolicy RemoteSigned -Scope Process | ||
``` | ||
4. Initialise the package | ||
``` | ||
nocurl -i | ||
@@ -20,0 +26,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
23207
71