Skip to content

Commit

Permalink
Merge pull request #415 from dajiaji/fix-import-map-path
Browse files Browse the repository at this point in the history
Fix import-map path.
  • Loading branch information
dajiaji authored Oct 7, 2024
2 parents ce611cc + 5e71fbc commit 25a9a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chacha20poly1305/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ await build({
test: true,
declaration: true,
scriptModule: "umd",
importMap: "../../import_map.json",
importMap: "../../npm/import_map.json",
compilerOptions: {
lib: ["ES2022", "DOM"],
},
Expand Down

0 comments on commit 25a9a33

Please sign in to comment.