webext-messenger 0.21.0-0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/readme.md +4 -0
package/package.json
CHANGED
package/readme.md
CHANGED
@@ -18,3 +18,7 @@ import messenger from "webext-messenger";
|
|
18
18
|
## Context
|
19
19
|
|
20
20
|
- [Initial considerations for this library](https://github.com/pixiebrix/webext-messenger/issues/1)
|
21
|
+
|
22
|
+
## npm publishing
|
23
|
+
|
24
|
+
Collaborators can publish a new version of what's on main [via "workflow_dispatch"](https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/) under [Actions » Publish](https://github.com/pixiebrix/webext-messenger/actions/workflows/npm-publish.yml)
|