Skip to content

Commit

Permalink
wrapper not wrappers (#35769)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroqliu committed Aug 23, 2021
1 parent b105c05 commit 0582b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-system/compile/bundles.config.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"latestVersion": "0.1",
"options": {
"npm": true,
"wrappers": "bento"
"wrapper": "bento"
}
},
{
Expand Down Expand Up @@ -925,7 +925,7 @@
"latestVersion": "0.1",
"options": {
"npm": true,
"wrappers": "bento"
"wrapper": "bento"
}
},
{
Expand Down Expand Up @@ -1238,7 +1238,7 @@
"latestVersion": "1.0",
"options": {
"npm": true,
"wrappers": "bento"
"wrapper": "bento"
}
},
{
Expand Down

0 comments on commit 0582b9b

Please sign in to comment.