Fix readme

This commit is contained in:
Luis Blanco 2021-04-19 00:40:17 +03:00
parent cca802d932
commit 410b704d3d
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ See [TypeScript definitions](/index.d.ts).
## download.js
Downloads a file into the memory, **HTTP** or **HTTPS**.
See [TypeScript definitions](/downloads.d.ts).
See [TypeScript definitions](/download.d.ts).
## cpbin.js
@ -64,4 +64,4 @@ See [TypeScript definitions](/writable-buffer.d.ts).
## utils.js
Async `fs` based helpers for common addon-related file operations.
See [TypeScript definitions](/writable-buffer.d.ts).
See [TypeScript definitions](/utils.d.ts).

View File

@ -1,7 +1,7 @@
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "addon-tools-raub",
"version": "5.3.2",
"version": "5.3.3",
"description": "Helpers for Node.js addons and dependency packages",
"license": "MIT",
"main": "index.js",