Fix readme
This commit is contained in:
parent
cca802d932
commit
410b704d3d
|
@ -39,7 +39,7 @@ See [TypeScript definitions](/index.d.ts).
|
||||||
## download.js
|
## download.js
|
||||||
|
|
||||||
Downloads a file into the memory, **HTTP** or **HTTPS**.
|
Downloads a file into the memory, **HTTP** or **HTTPS**.
|
||||||
See [TypeScript definitions](/downloads.d.ts).
|
See [TypeScript definitions](/download.d.ts).
|
||||||
|
|
||||||
|
|
||||||
## cpbin.js
|
## cpbin.js
|
||||||
|
@ -64,4 +64,4 @@ See [TypeScript definitions](/writable-buffer.d.ts).
|
||||||
## utils.js
|
## utils.js
|
||||||
|
|
||||||
Async `fs` based helpers for common addon-related file operations.
|
Async `fs` based helpers for common addon-related file operations.
|
||||||
See [TypeScript definitions](/writable-buffer.d.ts).
|
See [TypeScript definitions](/utils.d.ts).
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"author": "Luis Blanco <luisblanco1337@gmail.com>",
|
"author": "Luis Blanco <luisblanco1337@gmail.com>",
|
||||||
"name": "addon-tools-raub",
|
"name": "addon-tools-raub",
|
||||||
"version": "5.3.2",
|
"version": "5.3.3",
|
||||||
"description": "Helpers for Node.js addons and dependency packages",
|
"description": "Helpers for Node.js addons and dependency packages",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue