Skip to content

Commit

Permalink
build: use npm: instead of esm.sh (#982)
Browse files Browse the repository at this point in the history
* build: use `npm:` instead of `esm.sh`

Renovate is having some trouble parsing this as it's looking for it in the npm registry.

Changing it to the `npm:` specifier should hopefully fix this.

When the deno-lib is brought into userstyles, we can look towards reverting this change to put more dependencies into the cache.

* Update deno.json

* chore: update `deno.lock`
  • Loading branch information
sgoudham authored Jun 13, 2024
1 parent 909de13 commit 3077cee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@actions/core": "npm:@actions/[email protected]",
"@octokit/rest": "npm:@octokit/[email protected]",
"ajv": "npm:[email protected]",
"type-fest/": "https://esm.sh/v135/[email protected]/",
"type-fest": "npm:[email protected]",
"handlebars": "npm:[email protected]",
"less": "npm:[email protected]",
"usercss-meta": "npm:[email protected]"
Expand Down
6 changes: 6 additions & 0 deletions deno.lock

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

0 comments on commit 3077cee

Please sign in to comment.