@xhmikosr/bin-wrapper
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@xhmikosr/bin-wrapper", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,3 +9,3 @@ # bin-wrapper [![CI](https://github.com/XhmikosR/bin-wrapper/actions/workflows/ci.yml/badge.svg)](https://github.com/XhmikosR/bin-wrapper/actions/workflows/ci.yml) | ||
```sh | ||
npm install bin-wrapper | ||
npm install @xhmikosr/bin-wrapper | ||
``` | ||
@@ -18,3 +18,3 @@ | ||
import path from 'node:path'; | ||
import BinWrapper from 'bin-wrapper'; | ||
import BinWrapper from '@xhmikosr/bin-wrapper'; | ||
@@ -21,0 +21,0 @@ const base = 'https://github.com/imagemin/gifsicle-bin/raw/main/vendor'; |
7824