Skip to content

Commit

Permalink
Adds iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 25, 2021
1 parent 82f1a37 commit e4577bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/createTypesPackages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const packages = [
description: "Types for the DOM, and other web technologies in browsers",
readme: "./readmes/web.md",
files: [
{ from: "../generated/dom.generated.d.ts", to: "index.d.ts" }
{ from: "../generated/dom.generated.d.ts", to: "index.d.ts" },
{ from: "../generated/dom.iterable.generated.d.ts", to: "index.iterable.d.ts" }
],
},
];
Expand Down

0 comments on commit e4577bc

Please sign in to comment.