Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcgarry committed Mar 7, 2024
1 parent 55b7e8c commit 3de68d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async function buildForBrowser(targetName, { manifest, noSourceMap, browserName,
__homepage__: homepageURL,
__author__: author,
__browser_min_version__: browserMinVersion,
__browser_mobile_min_version__: browserMobileMinVersion
__browser_mobile_min_version__: browserMobileMinVersion,
}
Object.keys(replace).forEach(v => {
text = text.replaceAll(v, replace[v]);
Expand Down

0 comments on commit 3de68d1

Please sign in to comment.