mirror of
https://github.com/therootcompany/request.js
synced 2025-02-20 13:08:04 +00:00
v1.3.8: A Root Project
This commit is contained in:
parent
aec78877cf
commit
999797270f
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
.*.sw*
|
@ -1,5 +1,7 @@
|
||||
# µRequest - Minimalist HTTP client
|
||||
|
||||
A [Root](https://rootprojects.org) Project
|
||||
|
||||
A lightweight alternative to (and drop-in replacement for) request.
|
||||
|
||||
Written from scratch.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@coolaj86/urequest",
|
||||
"version": "1.3.7",
|
||||
"name": "@root/urequest",
|
||||
"version": "1.3.8",
|
||||
"description": "A lightweight drop-in replacement for request",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@ -24,6 +24,6 @@
|
||||
"https",
|
||||
"call"
|
||||
],
|
||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||
"author": "AJ ONeal <solderjs@gmail.com> (https://coolaj86.com/)",
|
||||
"license": "(MIT OR Apache-2.0)"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user