Skip to content

Commit

Permalink
use correct key for aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Mar 6, 2020
1 parent ab0fa72 commit e7322ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/flat/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alias = [
aliases = [
"es2019"
]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion polyfills/Array/prototype/flatMap/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alias = [
aliases = [
"es2019"
]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion polyfills/HTMLCanvasElement/prototype/toBlob/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alias = [ "HTMLCanvasElement.protoype.toBlob" ]
aliases = [ "HTMLCanvasElement.protoype.toBlob" ]
dependencies = [
"_ESAbstract.CreateMethodProperty",
"_TypedArray",
Expand Down
2 changes: 1 addition & 1 deletion polyfills/globalThis/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alias = [ ]
aliases = [ ]
dependencies = [
"Object.defineProperty"
]
Expand Down

0 comments on commit e7322ea

Please sign in to comment.