Skip to content

Commit

Permalink
v2.2.2 - Minor fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Apr 19, 2022
1 parent 49d4e04 commit 4e11412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmo-corp/mwu",
"version": "2.2.1",
"version": "2.2.2",
"description": "Mozilla Webstore Upload",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A nodejs library from [plasmo](https://www.plasmo.com/) to publish browser add-ons to the [Mozilla Firefox Add-ons Store](https://addons.mozilla.org/en-US/firefox/).

This library uses [got](https://github.com/sindresorhus/got) to upload and check status of browser add-on with the [mozilla add-on server](https://addons-server.readthedocs.io/en/latest/topics/api/signing.html#uploading-a-version). It is a hard fork of [mozilla/sign-addon](https://github.com/mozilla/sign-addon/) which uses the unmaintained [request module](https://www.npmjs.com/package/request).

Feature includes:

- TypeScript
Expand Down Expand Up @@ -31,7 +29,8 @@ await client.submit({

# Acknowledgment

- [mozilla/sign-addon](https://github.com/mozilla/sign-addon)
- This library uses [got](https://github.com/sindresorhus/got) to upload and check status of browser add-on with the [mozilla add-on server](https://addons-server.readthedocs.io/en/latest/topics/api/signing.html#uploading-a-version).
- It is a hard fork of [mozilla/sign-addon](https://github.com/mozilla/sign-addon/) which uses the unmaintained [request module](https://www.npmjs.com/package/request).

# License

Expand Down

0 comments on commit 4e11412

Please sign in to comment.