Skip to content

feat: check firefoxBinary if firefox option is undefined #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .ackrc

This file was deleted.

23 changes: 0 additions & 23 deletions .babelrc

This file was deleted.

301 changes: 0 additions & 301 deletions .circleci/config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .editorconfig

This file was deleted.

8 changes: 0 additions & 8 deletions .githooks/commit-msg/check-for-changelog-lint

This file was deleted.

7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

3 changes: 0 additions & 3 deletions .nsprc

This file was deleted.

10 changes: 0 additions & 10 deletions CODE_OF_CONDUCT.md

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Ultimately, it aims to support browser extensions in a standard, portable,
cross-platform way. Initially, it will provide a streamlined experience for developing
[Firefox Extensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions).

## Fork

This fork removes everything but the JS API for `cmd.run`. Originally created for my build tools ([`wxt`](https://github.com/aklinker1/wxt) and [`vite-plugin-web-extension`](https://github.com/aklinker1/vite-plugin-web-extension)) to open the extension during development, but without all the peer dependency issues.

## Documentation

- [Getting started with web-ext][web-ext-user-docs]
Expand Down
13 changes: 0 additions & 13 deletions bin/web-ext.js

This file was deleted.

Loading