Skip to content

Commit

Permalink
Merge pull request #4 from lahirumaramba/lm-fix-npm-name
Browse files Browse the repository at this point in the history
fix: package name
  • Loading branch information
lahirumaramba committed Jan 29, 2023
2 parents b63536b + 1802571 commit 93557e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_build.npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ await build({
typeCheck: false,
package: {
// package.json properties
name: 'edge-token-verifier',
name: '@lahirumaramba/edge-token-verifier',
version: Deno.args[0]?.replace(/^v/, ''),
description: 'Token Verifier for the Edge',
license: 'Apache-2.0',
Expand Down

0 comments on commit 93557e7

Please sign in to comment.