Skip to content

Commit

Permalink
build: switch to npm: specifiers for Renovate (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 20, 2024
1 parent a52db8d commit 6632482
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 11 deletions.
116 changes: 115 additions & 1 deletion deno.lock

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

13 changes: 3 additions & 10 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@
"std/": "https://deno.land/std@0.210.0/",
"canvas": "https://deno.land/x/canvas@v1.4.1/mod.ts",
"dnt": "https://deno.land/x/dnt@0.39.0/mod.ts",
"ase-utils": "https://esm.sh/v135/*ase-utils@0.1.1",
"procreate-swatches": "https://esm.sh/v135/*procreate-swatches@0.1.1",
"tinycolor2": "https://esm.sh/v135/tinycolor2@1.6.0"
},
"scopes": {
"https://esm.sh/v135/": {
"@szydlovski/color-convert": "https://esm.sh/v135/@szydlovski/color-convert@0.1.3",
"@szydlovski/zip": "https://esm.sh/v135/@szydlovski/zip@0.1.2",
"bytebuffer": "https://esm.sh/v135/bytebuffer@3.5.4"
}
"ase-utils": "npm:ase-utils@0.1.1",
"procreate-swatches": "npm:procreate-swatches@0.1.1",
"tinycolor2": "npm:tinycolor2@1.6.0"
}
}

0 comments on commit 6632482

Please sign in to comment.