Skip to content

Commit d5f9816

Browse files
committed
chore(package.json): update description and adjust author metadata
1 parent f7fb1f4 commit d5f9816

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@addon-core/browser",
33
"version": "0.2.3",
4-
"description": "TypeScript wrapper for Chrome extension APIs",
4+
"description": "TypeScript wrapper for Web Extension APIs",
55
"keywords": [
66
"browser",
77
"addon",
@@ -27,10 +27,7 @@
2727
"url": "https://github.com/addon-stack/browser/issues"
2828
},
2929
"license": "MIT",
30-
"author": "Addon Stack <addonbonedev@gmail.com>",
31-
"contributors": [
32-
"Anjey Tsibylskij (https://github.com/atldays)"
33-
],
30+
"author": "Anjey Tsibylskij (https://github.com/atldays)",
3431
"type": "module",
3532
"main": "dist/index.cjs",
3633
"module": "dist/index.js",

0 commit comments

Comments
 (0)