Skip to content

Commit c2a5f3a

Browse files
authored
docs: remove grunt-asar mention (#354)
1 parent ad4b111 commit c2a5f3a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ await asar.createPackageWithOptions(src, dest, { transform: transform });
116116
console.log('done.');
117117
```
118118

119-
## Using with grunt
120-
121-
There is also an unofficial grunt plugin to generate asar archives at [bwin/grunt-asar][grunt-asar].
122-
123119
## Format
124120

125121
Asar uses [Pickle][pickle] to safely serialize binary value to file.
@@ -210,4 +206,3 @@ convert `Number` to UINT64.
210206
* A integer value `blockSize` representing the size in bytes of each block in the `blocks` hashes above
211207

212208
[pickle]: https://chromium.googlesource.com/chromium/src/+/main/base/pickle.h
213-
[grunt-asar]: https://github.com/bwin/grunt-asar

0 commit comments

Comments
 (0)