@xhmikosr/bin-wrapper 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
8
8
|
```sh
|
|
9
|
-
npm install bin-wrapper
|
|
9
|
+
npm install @xhmikosr/bin-wrapper
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ npm install bin-wrapper
|
|
|
14
14
|
|
|
15
15
|
```js
|
|
16
16
|
import path from 'node:path';
|
|
17
|
-
import BinWrapper from 'bin-wrapper';
|
|
17
|
+
import BinWrapper from '@xhmikosr/bin-wrapper';
|
|
18
18
|
|
|
19
19
|
const base = 'https://github.com/imagemin/gifsicle-bin/raw/main/vendor';
|
|
20
20
|
const bin = new BinWrapper()
|