We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
1 parent bc16eac commit 1201aa4Copy full SHA for 1201aa4
2 files changed
README.md
@@ -30,12 +30,8 @@ It's a tiny package for sending `http(s)` requests
30
$ npm i @splitscript.js/https
31
```
32
33
-## Other packages
34
-
35
-Coming soon
36
37
<div align="center">
38
-<sub><code>v1.0.0</code> | <a href='https://splitscript.js.org/https'>docs</a> </sub>
+<sub><code>v1.0.2</code> | <a href='https://splitscript.js.org/https'>docs</a> </sub>
39
40
<sub>by [ultraviolet](https://github.com/ultravioletasdf)</sub>
41
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@splitscript.js/https",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Send HTTPS/HTTP requests",
5
"types": "./dist/types/index.d.ts",
6
"exports": {
0 commit comments