1
0
дзеркало https://github.com/therootcompany/request.js.git synced 2024-11-16 17:28:58 +00:00
This commit is contained in:
AJ ONeal 2019-04-04 01:39:16 -06:00
джерело aec78877cf
коміт 999797270f
3 змінених файлів з 7 додано та 3 видалено

2
.gitignore сторонній Normal file

@ -0,0 +1,2 @@
node_modules
.*.sw*

@ -1,5 +1,7 @@
# µRequest - Minimalist HTTP client # µRequest - Minimalist HTTP client
A [Root](https://rootprojects.org) Project
A lightweight alternative to (and drop-in replacement for) request. A lightweight alternative to (and drop-in replacement for) request.
Written from scratch. Written from scratch.

@ -1,6 +1,6 @@
{ {
"name": "@coolaj86/urequest", "name": "@root/urequest",
"version": "1.3.7", "version": "1.3.8",
"description": "A lightweight drop-in replacement for request", "description": "A lightweight drop-in replacement for request",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -24,6 +24,6 @@
"https", "https",
"call" "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)" "license": "(MIT OR Apache-2.0)"
} }