Skip to content

Commit 0f1b364

Browse files
authored
chore: bump @types/chrome in templates to 0.0.263 (#44)
* chore: bump @types/chrome in templates to 0.0.263 * feat(template/config): remove the author field from the manifest
1 parent 889f4f5 commit 0f1b364

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

template/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"devDependencies": {
1717
"@samrum/vite-plugin-web-extension": "^5.0.0",
18-
"@types/chrome": "^0.0.254",
18+
"@types/chrome": "^0.0.263",
1919
"@types/webextension-polyfill": "^0.10.6",
2020
"vite": "^5.0.0",
2121
"web-ext": "^7.8.0"

template/config/manifestV2+3/src/manifest.js

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const ManifestV3 = {
6161

6262
export function getManifest(manifestVersion) {
6363
const manifest = {
64-
author: pkg.author,
6564
description: pkg.description,
6665
name: pkg.displayName ?? pkg.name,
6766
version: pkg.version,

template/config/manifestV2/src/manifest.js

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const manifest = {
4242

4343
export function getManifest() {
4444
return {
45-
author: pkg.author,
4645
description: pkg.description,
4746
name: pkg.displayName ?? pkg.name,
4847
version: pkg.version,

template/config/manifestV3/src/manifest.js

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const manifest = {
4040

4141
export function getManifest() {
4242
return {
43-
author: pkg.author,
4443
description: pkg.description,
4544
name: pkg.displayName ?? pkg.name,
4645
version: pkg.version,

0 commit comments

Comments
 (0)