Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dburles committed Oct 5, 2023
1 parent c3ee409 commit ac10d1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"node": ">= 18"
},
"files": [
"formatLinkRelation.mjs",
"formatLinkHeaderRelation.mjs",
"formatLinkHeaderRelations.mjs",
"moduleGraph.mjs",
"resolveLinkRelations.mjs",
"resolveModule.mjs"
"resolveImports.mjs",
"resolveImportsCached.mjs",
"resolveLinkRelations.mjs"
],
"exports": {
"./formatLinkHeaderRelations.mjs": "./formatLinkHeaderRelations.mjs",
Expand Down

0 comments on commit ac10d1d

Please sign in to comment.