Add web-ext dependency (#113)

Users who want to build LibRedirect as a WebExtension must install [web-ext](https://www.npmjs.com/package/web-ext) or they will face an error.
This commit is contained in:
Mennaruuk 2022-03-16 02:15:49 -04:00 committed by GitHub
parent 5582bde76b
commit de80a23507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ Send Files => [Send](https://github.com/timvisee/send)
- [Node.js](https://nodejs.org/) latest LTS is recommended
- `npm update`
- `npm install`
- `npm i web-ext`
### Build
- `npm run build`