From 999797270f39cd15e6d400879d789c94cd481289 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 4 Apr 2019 01:39:16 -0600 Subject: [PATCH] v1.3.8: A Root Project --- .gitignore | 2 ++ README.md | 2 ++ package.json | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97c3e07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +.*.sw* diff --git a/README.md b/README.md index bfc6306..02b3bd5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 59b9b08..9d22138 100644 --- a/package.json +++ b/package.json @@ -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 (https://coolaj86.com/)", + "author": "AJ ONeal (https://coolaj86.com/)", "license": "(MIT OR Apache-2.0)" }