Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "tinyreq", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Tiny library for making http(s) requests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -15,7 +15,11 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --> | ||
```sh | ||
$ npm i --save tinyreq | ||
# Using npm | ||
npm install --save tinyreq | ||
# Using yarn | ||
yarn add tinyreq | ||
``` | ||
:bulb: **ProTip**: You can install the [cli version of this module](http://github.com/IonicaBizau/tinyreq-cli) by running `npm i -g tinyreq-cli` | ||
:bulb: **ProTip**: You can install the [cli version of this module](http://github.com/IonicaBizau/tinyreq-cli) by running `npm install --global tinyreq-cli` (or `yarn global add tinyreq-cli`). | ||
@@ -22,0 +26,0 @@ ## :clipboard: Example |
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
118678
142