Browse Source

v1.3.10: update header and link

v1.3 v1.3.10
AJ ONeal 5 years ago
parent
commit
28f3f783ae
  1. 6
      README.md
  2. 2
      package.json

6
README.md

@ -1,8 +1,10 @@
# µRequest - Minimalist HTTP client | a [Root](https://rootprojects.org) project
# [µRequest](https://git.rootprojects.org/root/request.js) | a [Root](https://rootprojects.org) project
> Minimalist HTTP client
A lightweight alternative to (and drop-in replacement for) request.
Written from scratch.
Written from scratch, with zero-dependencies.
## Super simple to use

2
package.json

@ -1,6 +1,6 @@
{
"name": "@root/request",
"version": "1.3.9",
"version": "1.3.10",
"description": "A lightweight, zero-dependency drop-in replacement for request",
"main": "index.js",
"files": [

Loading…
Cancel
Save