Skip to content

Commit

Permalink
move pem file
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 10, 2023
1 parent f6929fd commit ed26f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion lib/esbuild/npm_registry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ defmodule Esbuild.NpmRegistry do
require Logger

@base_url "https://registry.npmjs.org"
@public_key_pem File.read!("npm-registry.pem")
@external_resource "lib/esbuild/npm-registry.pem"
@public_key_pem File.read!("lib/esbuild/npm-registry.pem")
@public_key_id "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"
@public_key_ec_curve :prime256v1

Expand Down

0 comments on commit ed26f4f

Please sign in to comment.