Skip to content

Commit

Permalink
Merge pull request #14 from dubzzz/main
Browse files Browse the repository at this point in the history
relax constraints on dependencies
  • Loading branch information
mahaker authored Sep 27, 2023
2 parents 0d846d9 + 252ee5e commit e54f58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ await build({
mappings: {
"https://deno.land/x/esbuild@v0.18.4/mod.d.ts": {
name: "esbuild",
version: "0.18.4",
version: "^0.18.4",
peerDependency: false,
},
"https://esm.sh/gas-entry-generator@2.1.0": {
name: "gas-entry-generator",
version: "2.1.0",
version: "^2.1.0",
peerDependency: false,
},
},
Expand Down

0 comments on commit e54f58c

Please sign in to comment.