We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fb1f4 commit d5f9816Copy full SHA for d5f9816
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@addon-core/browser",
3
"version": "0.2.3",
4
- "description": "TypeScript wrapper for Chrome extension APIs",
+ "description": "TypeScript wrapper for Web Extension APIs",
5
"keywords": [
6
"browser",
7
"addon",
@@ -27,10 +27,7 @@
27
"url": "https://github.com/addon-stack/browser/issues"
28
},
29
"license": "MIT",
30
- "author": "Addon Stack <addonbonedev@gmail.com>",
31
- "contributors": [
32
- "Anjey Tsibylskij (https://github.com/atldays)"
33
- ],
+ "author": "Anjey Tsibylskij (https://github.com/atldays)",
34
"type": "module",
35
"main": "dist/index.cjs",
36
"module": "dist/index.js",
0 commit comments