File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ yarn add @tomjs/unzip-crx
29
29
With ` npm `
30
30
31
31
``` bash
32
- npm i @tomjs/unzip-crx
32
+ npm add @tomjs/unzip-crx
33
33
```
34
34
35
35
## Example
@@ -60,7 +60,6 @@ unzip(crxFile).then(() => {
60
60
61
61
## Documentation
62
62
63
- - [ API Documentation] ( https://paka.dev/npm/@tomjs/unzip-crx ) provided by [ paka.dev] ( https://paka.dev ) .
64
63
- [ index.d.ts] ( https://www.unpkg.com/browse/@tomjs/unzip-crx/dist/index.d.ts ) provided by [ unpkg.com] ( https://www.unpkg.com ) .
65
64
66
65
## API
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ yarn add @tomjs/unzip-crx
29
29
使用 ` npm `
30
30
31
31
``` bash
32
- npm i @tomjs/unzip-crx
32
+ npm add @tomjs/unzip-crx
33
33
```
34
34
35
35
## 示例
@@ -60,7 +60,6 @@ unzip(crxFile).then(() => {
60
60
61
61
## 文档
62
62
63
- - [ paka.dev] ( https://paka.dev ) 提供的 [ API文档] ( https://paka.dev/npm/@tomjs/unzip-crx ) .
64
63
- [ unpkg.com] ( https://www.unpkg.com/ ) 提供的 [ index.d.ts] ( https://www.unpkg.com/browse/@tomjs/unzip-crx/dist/index.d.ts ) .
65
64
66
65
## API
You can’t perform that action at this time.
0 commit comments