Skip to content

Commit

Permalink
adding missing webExt config
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Oct 26, 2022
1 parent 66d3594 commit 4f3cab1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
"all": true,
"reporter": [
"lcov",
"text",
"html"
"text"
],
"include": [
"add-on/src/**"
Expand Down Expand Up @@ -147,6 +146,19 @@
"uri-to-multiaddr": "6.0.0",
"webextension-polyfill": "0.10.0"
},
"webExt": {
"verbose": false,
"artifactsDir": "build/",
"sourceDir": "add-on/",
"ignoreFiles": [
"src/",
"*.map",
"manifest.*.json"
],
"build": {
"overwriteDest": true
}
},
"engines": {
"node": ">=14.15.0 <17",
"npm": ">=6.14.0"
Expand Down

0 comments on commit 4f3cab1

Please sign in to comment.